Home
last modified time | relevance | path

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

/test/vts/runners/target/gtest/
Dgtest_main.cpp615 deadline_end_time_ns; // The time when the test is thought of as timeout. member
677 child_proc.deadline_end_time_ns = in RunChildProcess()
736 if (child_proc_list[i].deadline_end_time_ns <= current_time_ns) { in CheckChildProcTimeout()