Searched refs:start_time (Results 1 – 2 of 2) sorted by relevance
82 time_t start_time = time(nullptr); in Exec() local99 if ((time(nullptr) - start_time) > timeout_seconds) { in Exec()108 start_time = time(nullptr); in Exec()115 if ((time(nullptr) - start_time) > timeout_seconds) { in Exec()121 start_time = time(nullptr); in Exec()125 if (wait_pid == *pid || (time(nullptr) - start_time) > timeout_seconds) { in Exec()
771 int64_t start_time = NanoTime(); in TEST() local777 ASSERT_GE(NanoTime() - start_time, 1000000); in TEST()