Searched defs:ChildProcInfo (Results 1 – 1 of 1) sorted by relevance
586 struct ChildProcInfo { struct587 pid_t pid;588 int64_t start_time_ns;589 int64_t end_time_ns;590 int64_t deadline_end_time_ns; // The time when the test is thought of as timeout.591 size_t testcase_id, test_id;615 static ChildProcInfo RunChildProcess(const std::string& test_name, int testcase_id, int test_id, in RunChildProcess() argument