Home
last modified time | relevance | path

Searched defs:try_lock (Results 1 – 25 of 56) sorted by relevance

123

/external/llvm-project/libcxx/src/
Dmutex.cpp39 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
Dshared_mutex.cpp39 __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/
Dmutex.cpp37 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
Dshared_mutex.cpp37 __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/
Dinterrupt_spin_lock_inline.h29 inline bool InterruptSpinLock::try_lock() { in try_lock() function
Dmutex_inline.h26 inline bool Mutex::try_lock() { return native_type_.try_lock(); } in try_lock() function
/external/pigweed/pw_sync_baremetal/public/pw_sync_baremetal/
Dinterrupt_spin_lock_inline.h26 inline bool InterruptSpinLock::try_lock() { in try_lock() function
/external/pigweed/pw_sync_embos/
Dinterrupt_spin_lock.cc30 bool InterruptSpinLock::try_lock() { in try_lock() function in pw::sync::InterruptSpinLock
/external/pigweed/pw_sync_freertos/
Dinterrupt_spin_lock.cc35 bool InterruptSpinLock::try_lock() { in try_lock() function in pw::sync::InterruptSpinLock
/external/pigweed/pw_sync_threadx/
Dinterrupt_spin_lock.cc36 bool InterruptSpinLock::try_lock() { in try_lock() function in pw::sync::InterruptSpinLock
/external/pigweed/pw_sync_embos/public/pw_sync_embos/
Dmutex_inline.h33 inline bool Mutex::try_lock() { in try_lock() function
/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/
Dmutex_inline.h44 inline bool Mutex::try_lock() { in try_lock() function
/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
Dmutex_inline.h55 inline bool Mutex::try_lock() { in try_lock() function
/external/angle/src/common/
DSpinlock.h44 inline bool Spinlock::try_lock() noexcept in try_lock() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMutex.h60 bool try_lock() { in try_lock() function
/external/llvm-project/llvm/include/llvm/Support/
DMutex.h60 bool try_lock() { in try_lock() function
/external/rust/crates/tokio/src/loom/std/
Dmutex.rs24 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/
Dtry_lock.pass.cpp27 bool try_lock() in try_lock() function
/external/icing/icing/absl_ports/
Dmutex.h32 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/
Dtry_lock.pass.cpp28 bool try_lock() in try_lock() function
/external/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
Dmutex.pass.cpp28 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/
Dmutex.pass.cpp29 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/
Dmocked.rs23 pub(crate) fn try_lock(&self) -> Option<MutexGuard<'_, T>> { in try_lock() method
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMutex.h126 bool try_lock() { in try_lock() function
/external/llvm/include/llvm/Support/
DMutex.h126 bool try_lock() { in try_lock() function

123