Home
last modified time | relevance | path

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

/bionic/tests/
Dgtest_main.cpp504 struct ChildProcInfo { struct
505 pid_t pid;
506 int64_t start_time_ns;
507 int64_t end_time_ns;
508 int64_t deadline_end_time_ns; // The time when the test is thought of as timeout.
509 size_t testcase_id, test_id;
533 static ChildProcInfo RunChildProcess(const std::string& test_name, int testcase_id, int test_id, in RunChildProcess() argument