Searched defs:timed_out (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dgtest_main.cpp648 bool timed_out; member in struct:ChildProcInfo
745 child_proc_list[i].timed_out = false;
760 child_proc_list[i].timed_out = true;
845 if (child_proc.timed_out) {
846 // The child process marked as timed_out has not exited, and we should kill it manually.
852 if (child_proc.timed_out) {

Completed in 39 milliseconds