Searched refs:try_lock_shared (Results 1 – 4 of 4) sorted by relevance
59 bool __shared_mutex_base::try_lock_shared() { in try_lock_shared() function in __shared_mutex_base96 bool shared_timed_mutex::try_lock_shared() { return __base_.try_lock_shared(); } in 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
30 bool RWMutexImpl::try_lock_shared() { return true; } in try_lock_shared() function in RWMutexImpl93 bool RWMutexImpl::try_lock_shared() { in try_lock_shared() function in RWMutexImpl145 bool RWMutexImpl::try_lock_shared() { in try_lock_shared() function in RWMutexImpl
37 bool try_lock_shared();64 bool try_lock_shared();178 bool try_lock_shared();203 _LIBCPP_TRY_ACQUIRE_SHARED_CAPABILITY(true) _LIBCPP_HIDE_FROM_ABI bool try_lock_shared() {204 return __base_.try_lock_shared();265 _LIBCPP_TRY_ACQUIRE_SHARED_CAPABILITY(true) bool try_lock_shared();317 : __m_(std::addressof(__m)), __owns_(__m.try_lock_shared()) {}400 __owns_ = __m_->try_lock_shared();