Home
last modified time | relevance | path

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

/test/vts/runners/target/gtest/
Dgtest_main.cpp696 int64_t current_time_ns = NanoTime(); in HandleSignals() local
698 (current_time_ns - child_proc.start_time_ns) / 1000000; in HandleSignals()
733 int64_t current_time_ns = NanoTime(); in CheckChildProcTimeout() local
736 if (child_proc_list[i].deadline_end_time_ns <= current_time_ns) { in CheckChildProcTimeout()
739 child_proc_list[i].end_time_ns = current_time_ns; in CheckChildProcTimeout()