Searched defs:timeout_seconds (Results 1 – 2 of 2) sorted by relevance
77 const int timeout_seconds = atoi(timeout_as_str.c_str()); in main() local
95 bool WaitForTrue(std::function<bool()> condition, time_t timeout_seconds) { in WaitForTrue()