Searched refs:try_lock (Results 1 – 12 of 12) sorted by relevance
30 bool try_lock();47 bool try_lock() noexcept;64 bool try_lock();82 bool try_lock() noexcept;150 bool try_lock();171 int try_lock(L1&, L2&, L3&...);226 bool try_lock() _NOEXCEPT;250 bool try_lock() _NOEXCEPT;294 bool try_lock() _NOEXCEPT;333 try_lock(_L0& __l0, _L1& __l1)[all …]
33 bool try_lock();56 bool try_lock();102 bool try_lock();166 bool try_lock() _LIBCPP_THREAD_SAFETY_ANNOTATION(try_acquire_capability(true));192 _LIBCPP_INLINE_VISIBILITY bool try_lock() { return __base.try_lock(); }218 bool try_lock();400 bool try_lock();449 shared_lock<_Mutex>::try_lock()452 __throw_system_error(EPERM, "shared_lock::try_lock: references null mutex");454 __throw_system_error(EDEADLK, "shared_lock::try_lock: already locked");
63 bool try_lock() _NOEXCEPT _LIBCPP_THREAD_SAFETY_ANNOTATION(try_acquire_capability(true));137 : __m_(_VSTD::addressof(__m)), __owns_(__m.try_lock()) {}181 bool try_lock();228 unique_lock<_Mutex>::try_lock()231 __throw_system_error(EPERM, "unique_lock::try_lock: references null mutex");233 __throw_system_error(EDEADLK, "unique_lock::try_lock: already locked");234 __owns_ = __m_->try_lock();
37 mutex::try_lock() _NOEXCEPT in try_lock() function in mutex83 recursive_mutex::try_lock() _NOEXCEPT in try_lock() function in recursive_mutex110 timed_mutex::try_lock() _NOEXCEPT in try_lock() function in timed_mutex161 recursive_timed_mutex::try_lock() _NOEXCEPT in try_lock() function in recursive_timed_mutex
37 __shared_mutex_base::try_lock() in try_lock() function in __shared_mutex_base108 bool shared_timed_mutex::try_lock() { return __base.try_lock(); } in try_lock() function in shared_timed_mutex
170 api_lock.try_lock(); in UpdateThreadList()312 api_lock.try_lock(); in CreateRegisterContextForThread()399 api_lock.try_lock(); in CreateThread()
127 bool try_lock() { in try_lock() function
327 bool CMIUtilThreadMutex::TryLock() { return m_mutex.try_lock(); } in TryLock()
167 [this] { return this->GetModuleMutex().try_lock(); }) in AssertModuleLock()
325 if (!locker.try_lock()) { in Disconnect()364 if (!locker.try_lock()) { in Read()
286 if (!lock.try_lock()) in RemoveOrphans()
1643 if (stop_stack_lock.try_lock()) { in UpdateThreadIDList()