Home
last modified time | relevance | path

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

/test/vts/runners/target/gtest/
Dgtest_main.cpp610 struct ChildProcInfo { struct
611 pid_t pid;
612 int64_t start_time_ns;
613 int64_t end_time_ns;
615 deadline_end_time_ns; // The time when the test is thought of as timeout.
616 size_t testcase_id, test_id;
617 bool finished;
641 static ChildProcInfo RunChildProcess(const std::string& test_name, in RunChildProcess() argument