Searched refs:start_time_seconds (Results 1 – 1 of 1) sorted by relevance
96 time_t start_time_seconds = time(nullptr); in WaitForTrue() local102 } while ((time(nullptr) - start_time_seconds) < timeout_seconds); in WaitForTrue()