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