/external/llvm-project/libcxx/src/ |
D | mutex.cpp | 39 mutex::try_lock() _NOEXCEPT in try_lock() function in mutex 85 recursive_mutex::try_lock() _NOEXCEPT in try_lock() function in recursive_mutex 112 timed_mutex::try_lock() _NOEXCEPT in try_lock() function in timed_mutex 163 recursive_timed_mutex::try_lock() _NOEXCEPT in try_lock() function in recursive_timed_mutex
|
D | shared_mutex.cpp | 39 __shared_mutex_base::try_lock() in try_lock() function in __shared_mutex_base 110 bool shared_timed_mutex::try_lock() { return __base.try_lock(); } in try_lock() function in shared_timed_mutex
|
/external/libcxx/src/ |
D | mutex.cpp | 37 mutex::try_lock() _NOEXCEPT in try_lock() function in mutex 83 recursive_mutex::try_lock() _NOEXCEPT in try_lock() function in recursive_mutex 110 timed_mutex::try_lock() _NOEXCEPT in try_lock() function in timed_mutex 161 recursive_timed_mutex::try_lock() _NOEXCEPT in try_lock() function in recursive_timed_mutex
|
D | shared_mutex.cpp | 37 __shared_mutex_base::try_lock() in try_lock() function in __shared_mutex_base 108 bool shared_timed_mutex::try_lock() { return __base.try_lock(); } in try_lock() function in shared_timed_mutex
|
/external/pigweed/pw_sync_stl/public/pw_sync_stl/ |
D | interrupt_spin_lock_inline.h | 29 inline bool InterruptSpinLock::try_lock() { in try_lock() function
|
D | mutex_inline.h | 26 inline bool Mutex::try_lock() { return native_type_.try_lock(); } in try_lock() function
|
/external/pigweed/pw_sync_baremetal/public/pw_sync_baremetal/ |
D | interrupt_spin_lock_inline.h | 26 inline bool InterruptSpinLock::try_lock() { in try_lock() function
|
/external/pigweed/pw_sync_embos/ |
D | interrupt_spin_lock.cc | 30 bool InterruptSpinLock::try_lock() { in try_lock() function in pw::sync::InterruptSpinLock
|
/external/pigweed/pw_sync_freertos/ |
D | interrupt_spin_lock.cc | 35 bool InterruptSpinLock::try_lock() { in try_lock() function in pw::sync::InterruptSpinLock
|
/external/pigweed/pw_sync_threadx/ |
D | interrupt_spin_lock.cc | 36 bool InterruptSpinLock::try_lock() { in try_lock() function in pw::sync::InterruptSpinLock
|
/external/pigweed/pw_sync_embos/public/pw_sync_embos/ |
D | mutex_inline.h | 33 inline bool Mutex::try_lock() { in try_lock() function
|
/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/ |
D | mutex_inline.h | 44 inline bool Mutex::try_lock() { in try_lock() function
|
/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/ |
D | mutex_inline.h | 55 inline bool Mutex::try_lock() { in try_lock() function
|
/external/angle/src/common/ |
D | Spinlock.h | 44 inline bool Spinlock::try_lock() noexcept in try_lock() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Mutex.h | 60 bool try_lock() { in try_lock() function
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Mutex.h | 60 bool try_lock() { in try_lock() function
|
/external/rust/crates/tokio/src/loom/std/ |
D | mutex.rs | 24 pub(crate) fn try_lock(&self) -> Option<MutexGuard<'_, T>> { in try_lock() method
|
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/ |
D | try_lock.pass.cpp | 27 bool try_lock() in try_lock() function
|
/external/icing/icing/absl_ports/ |
D | mutex.h | 32 bool try_lock() ICING_EXCLUSIVE_TRYLOCK_FUNCTION(true) { in try_lock() function
|
/external/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/ |
D | try_lock.pass.cpp | 28 bool try_lock() in try_lock() function
|
/external/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
D | mutex.pass.cpp | 28 bool try_lock() { if (locked) return false; locked = true; return true; } in try_lock() function 51 bool try_lock() { in try_lock() function
|
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
D | mutex.pass.cpp | 29 bool try_lock() { if (locked) return false; locked = true; return true; } in try_lock() function 52 bool try_lock() { in try_lock() function
|
/external/rust/crates/tokio/src/loom/ |
D | mocked.rs | 23 pub(crate) fn try_lock(&self) -> Option<MutexGuard<'_, T>> { in try_lock() method
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Mutex.h | 126 bool try_lock() { in try_lock() function
|
/external/llvm/include/llvm/Support/ |
D | Mutex.h | 126 bool try_lock() { in try_lock() function
|