Searched refs:try_lock_shared (Results 1 – 7 of 7) sorted by relevance
43 assert(!m.try_lock_shared()); in f()44 assert(!m.try_lock_shared()); in f()45 assert(!m.try_lock_shared()); in f()46 while(!m.try_lock_shared()) in f()
50 assert(!m.try_lock_shared()); in f()51 assert(!m.try_lock_shared()); in f()52 assert(!m.try_lock_shared()); in f()53 while(!m.try_lock_shared()) in f()
46 while (m.try_lock_shared()) { in blocked_reader()
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())456 __owns_ = __m_->try_lock_shared();
30 bool try_lock_shared() in try_lock_shared() function
308 bool try_lock_shared() { return true; } in try_lock_shared() function