Searched refs:wait_seconds (Results 1 – 3 of 3) sorted by relevance
15 bool WaitForDebugger(int wait_seconds, bool silent) { in WaitForDebugger() argument22 for (int i = 0; i < wait_seconds * 10; ++i) { in WaitForDebugger()
19 BASE_EXPORT bool WaitForDebugger(int wait_seconds, bool silent);
195 constexpr uint32_t wait_seconds = 4; in WaitForSleep() local196 std::this_thread::sleep_for(std::chrono::seconds(wait_seconds)); in WaitForSleep()215 *seconds_waited = wait_seconds; in WaitForSleep()