Home
last modified time | relevance | path

Searched refs:try_lock_shared (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dshared_mutex.cpp57 bool __shared_mutex_base::try_lock_shared() { in try_lock_shared() function in __shared_mutex_base
90 bool shared_timed_mutex::try_lock_shared() { return __base_.try_lock_shared(); } in try_lock_shared() function in shared_timed_mutex
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dshared_mutex37 bool try_lock_shared();
64 bool try_lock_shared();
179 bool try_lock_shared();
212 _LIBCPP_HIDE_FROM_ABI bool try_lock_shared()
214 return __base_.try_lock_shared();
252 bool try_lock_shared() _LIBCPP_THREAD_SAFETY_ANNOTATION(__try_acquire_shared_capability__(true));
334 : __m_(std::addressof(__m)), __owns_(__m.try_lock_shared()) {}
417 __owns_ = __m_->try_lock_shared();