Searched refs:try_wait (Results 1 – 6 of 6) sorted by relevance
33 void semaphore_try_wait(btsemaphore& s) { s.try_wait(); } in semaphore_try_wait()125 while (sem.try_wait()) { in ClearSemaphore()
52 bool try_wait() { in try_wait() function
55 bool try_wait() { in try_wait() function
46 bool try_wait() { in try_wait() function in btsemaphore
171 if let Some(exit_status) = child.try_wait()? { in wait_until_authfs_ready()
624 let child_still_running = child.try_wait().ok() == Some(None); in monitor_payload_hangup()