Home
last modified time | relevance | path

Searched defs:ChildProcInfo (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dgtest_main.cpp586 struct ChildProcInfo { struct
587 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