Home
last modified time | relevance | path

Searched refs:running_by_pid_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/testing/gtest_extras/
H A DIsolate.cpp252 running_by_pid_.emplace(pid, test); in LaunchTests()
292 auto entry = running_by_pid_.find(pid); in CheckTestsFinished()
293 if (entry == running_by_pid_.end()) { in CheckTestsFinished()
373 if (running_by_pid_.erase(pid) != 1) { in CheckTestsFinished()
392 for (auto& entry : running_by_pid_) { in CheckTestsTimeout()
415 for (auto& entry : running_by_pid_) { in HandleSignals()
H A DIsolate.h103 std::unordered_map<pid_t, std::unique_ptr<Test>> running_by_pid_; variable