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

/bionic/tests/
H A Dgtest_main.cpp645 int64_t deadline_end_time_ns; // The time when the test is thought of as timeout. member in struct:ChildProcInfo
705 child_proc.deadline_end_time_ns = child_proc.start_time_ns + GetTimeoutMs(test_name) * 1000000LL;
758 if (child_proc_list[i].deadline_end_time_ns <= current_time_ns) {

Completed in 29 milliseconds