Searched refs:try_lock_shared (Results 1 – 2 of 2) sorted by relevance
73 __shared_mutex_base::try_lock_shared() in try_lock_shared() function in __shared_mutex_base114 bool shared_timed_mutex::try_lock_shared() { return __base_.try_lock_shared(); } in try_lock_shared() function in shared_timed_mutex
37 bool try_lock_shared();64 bool try_lock_shared();172 bool try_lock_shared() _LIBCPP_THREAD_SAFETY_ANNOTATION(try_acquire_shared_capability(true));198 _LIBCPP_INLINE_VISIBILITY bool try_lock_shared() { return __base_.try_lock_shared(); }235 bool try_lock_shared();342 __owns_(__m.try_lock_shared())457 __owns_ = __m_->try_lock_shared();