Home
last modified time | relevance | path

Searched refs:deadline_end_time_ns (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dgtest_main.cpp508 int64_t deadline_end_time_ns; // The time when the test is thought of as timeout. member
566 …child_proc.deadline_end_time_ns = child_proc.start_time_ns + GetDeadlineInfo(test_name) * 1000000L… in RunChildProcess()
632 if (child_proc_list[i].deadline_end_time_ns <= current_time_ns) { in CheckChildProcTimeout()