Searched refs:try_lock_shared (Results 1 – 4 of 4) sorted by relevance
57 bool __shared_mutex_base::try_lock_shared() { in lock_shared() 90 bool shared_timed_mutex::try_lock_shared() { return __base_.try_lock_shared(); } in lock() 61 bool __shared_mutex_base::try_lock_shared() { try_lock_shared() function in __shared_mutex_base 94 bool shared_timed_mutex::try_lock_shared() { return __base_.try_lock_shared(); } try_lock_shared() function in shared_timed_mutex
68 bool try_lock_shared();134 bool try_lock_shared() { return impl.try_lock_shared(); } in try_lock_shared() function
29 bool RWMutexImpl::try_lock_shared() { return true; } in try_lock_shared() function in RWMutexImpl92 bool RWMutexImpl::try_lock_shared() { in try_lock_shared() function in RWMutexImpl144 bool RWMutexImpl::try_lock_shared() { in try_lock_shared() function in RWMutexImpl
37 bool try_lock_shared();64 bool try_lock_shared();175 bool try_lock_shared();208 _LIBCPP_HIDE_FROM_ABI bool try_lock_shared()210 return __base_.try_lock_shared();248 bool try_lock_shared() _LIBCPP_THREAD_SAFETY_ANNOTATION(__try_acquire_shared_capability__(true));330 : __m_(std::addressof(__m)), __owns_(__m.try_lock_shared()) {}413 __owns_ = __m_->try_lock_shared();