Home
last modified time | relevance | path

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

/test/vts/runners/target/gtest/
Dgtest_main.cpp587 struct ChildProcInfo { struct
588 pid_t pid;
589 int64_t start_time_ns;
590 int64_t end_time_ns;
592 deadline_end_time_ns; // The time when the test is thought of as timeout.
593 size_t testcase_id, test_id;
594 bool finished;
618 static ChildProcInfo RunChildProcess(const std::string& test_name, in RunChildProcess() argument