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