Home
last modified time | relevance | path

Searched refs:try_wait (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/test/suite/adapter/
Dbluetooth_test.cc33 void semaphore_try_wait(btsemaphore& s) { s.try_wait(); } in semaphore_try_wait()
125 while (sem.try_wait()) { in ClearSemaphore()
Dbluetooth_test.h52 bool try_wait() { in try_wait() function
/packages/modules/Bluetooth/system/test/fake/
Dfake_thread.h55 bool try_wait() { in try_wait() function
/packages/modules/Bluetooth/system/osi/test/fuzzers/alarm/
Dfuzz_alarm.cc46 bool try_wait() { in try_wait() function in btsemaphore
/packages/modules/Virtualization/guest/authfs_service/src/
Dauthfs.rs171 if let Some(exit_status) = child.try_wait()? { in wait_until_authfs_ready()
/packages/modules/Virtualization/android/virtmgr/src/
Dcrosvm.rs624 let child_still_running = child.try_wait().ok() == Some(None); in monitor_payload_hangup()