Searched refs:running_by_pid_ (Results 1 – 2 of 2) sorted by relevance
255 running_by_pid_.emplace(pid, test); in LaunchTests()295 auto entry = running_by_pid_.find(pid); in CheckTestsFinished()296 if (entry == running_by_pid_.end()) { in CheckTestsFinished()376 if (running_by_pid_.erase(pid) != 1) { in CheckTestsFinished()395 for (auto& entry : running_by_pid_) { in CheckTestsTimeout()418 for (auto& entry : running_by_pid_) { in HandleSignals()
103 std::unordered_map<pid_t, std::unique_ptr<Test>> running_by_pid_; variable