Home
last modified time | relevance | path

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

123456

/external/cronet/tot/third_party/libc++/src/src/
Dmutex.cpp34 bool mutex::try_lock() noexcept { return __libcpp_mutex_trylock(&__m_); } in try_lock() function in mutex
70 bool recursive_mutex::try_lock() noexcept { return __libcpp_recursive_mutex_trylock(&__m_); } in try_lock() function in recursive_mutex
85 bool timed_mutex::try_lock() noexcept { in try_lock() function in timed_mutex
121 bool recursive_timed_mutex::try_lock() noexcept { in try_lock() function in recursive_timed_mutex
Dshared_mutex.cpp31 bool __shared_mutex_base::try_lock() { in try_lock() function in __shared_mutex_base
87 bool shared_timed_mutex::try_lock() { return __base_.try_lock(); } in try_lock() function in shared_timed_mutex
/external/cronet/stable/third_party/libc++/src/src/
Dmutex.cpp34 bool mutex::try_lock() noexcept { return __libcpp_mutex_trylock(&__m_); } in try_lock() function in mutex
70 bool recursive_mutex::try_lock() noexcept { return __libcpp_recursive_mutex_trylock(&__m_); } in try_lock() function in recursive_mutex
85 bool timed_mutex::try_lock() noexcept { in try_lock() function in timed_mutex
121 bool recursive_timed_mutex::try_lock() noexcept { in try_lock() function in recursive_timed_mutex
Dshared_mutex.cpp31 bool __shared_mutex_base::try_lock() { in try_lock() function in __shared_mutex_base
87 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/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dlock_algorithms.hpp314 typename detail::try_lock_impl_return<MutexType1>::type try_lock(MutexType1& m1, MutexType2& m2) in try_lock() function
320 …typename detail::try_lock_impl_return<MutexType1>::type try_lock(const MutexType1& m1, MutexType2&… in try_lock() function
326 …typename detail::try_lock_impl_return<MutexType1>::type try_lock(MutexType1& m1, const MutexType2&… in try_lock() function
332 …typename detail::try_lock_impl_return<MutexType1>::type try_lock(const MutexType1& m1, const Mutex… in try_lock() function
338 int try_lock(MutexType1& m1, MutexType2& m2, MutexType3& m3) in try_lock() function
344 int try_lock(MutexType1& m1, MutexType2& m2, MutexType3& m3, MutexType4& m4) in try_lock() function
350 int try_lock(MutexType1& m1, MutexType2& m2, MutexType3& m3, MutexType4& m4, MutexType5& m5) in try_lock() function
/external/rust/android-crates-io/crates/tracing-subscriber/src/
Dmacros.rs2 macro_rules! try_lock { macro
/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/
Dinterrupt_spin_lock_inline.h28 inline bool InterruptSpinLock::try_lock() { in try_lock() function
Dmutex_inline.h59 inline bool Mutex::try_lock() { in try_lock() function
/external/pigweed/pw_sync_zephyr/public/pw_sync_zephyr/
Dinterrupt_spin_lock_inline.h23 inline bool InterruptSpinLock::try_lock() { in try_lock() function
Dmutex_inline.h34 inline bool Mutex::try_lock() { in try_lock() function
/external/pigweed/pw_sync_embos/public/pw_sync_embos/
Dinterrupt_spin_lock_inline.h28 inline bool InterruptSpinLock::try_lock() { in try_lock() function
Dmutex_inline.h34 inline bool Mutex::try_lock() { in try_lock() function
/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/
Dinterrupt_spin_lock_inline.h30 inline bool InterruptSpinLock::try_lock() { in try_lock() function
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/
Drecursive_mutex.hpp116 bool try_lock() BOOST_NOEXCEPT in try_lock() function in boost::recursive_mutex
158 bool try_lock() in try_lock() function in boost::recursive_mutex
281 bool try_lock() in try_lock() function in boost::recursive_timed_mutex
/external/pigweed/pw_chre/include/chre/target_platform/
Dmutex_base_impl.h27 inline bool Mutex::try_lock() { return mutex_.try_lock(); } in try_lock() function
/external/pigweed/pw_sync_baremetal/public/pw_sync_baremetal/
Dmutex_inline.h27 inline bool Mutex::try_lock() { in try_lock() function
Dinterrupt_spin_lock_inline.h26 inline bool InterruptSpinLock::try_lock() { in try_lock() function
Drecursive_mutex_inline.h31 inline bool RecursiveMutex::try_lock() { in try_lock() function
/external/pigweed/pw_sync_stl/public/pw_sync_stl/
Dmutex_inline.h27 inline bool Mutex::try_lock() { in try_lock() function
Drecursive_mutex_inline.h33 inline bool RecursiveMutex::try_lock() { in try_lock() function
Dinterrupt_spin_lock_inline.h29 inline bool InterruptSpinLock::try_lock() { in try_lock() function
/external/pigweed/pw_sync/
Dlock_testing.cc36 bool FakeLockable::try_lock() { in try_lock() function in pw::sync::test::FakeLockable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DMutex.h58 bool try_lock() { in try_lock() function

123456