Searched refs:max_wait_micros (Results 1 – 1 of 1) sorted by relevance
440 bool WaitLoop(uint32_t max_wait_micros, const T& handler) { in WaitLoop() argument442 const size_t kMaxLoopCount = max_wait_micros / kWaitMicros; in WaitLoop()466 bool WaitForSigStopped(pid_t pid, uint32_t max_wait_micros) { in WaitForSigStopped() argument486 return WaitLoop(max_wait_micros, handler); in WaitForSigStopped()