Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Dshared_mutex.cpp72 __shared_mutex_base::try_lock_shared() in try_lock_shared() function in __shared_mutex_base
113 bool shared_timed_mutex::try_lock_shared() { return __base.try_lock_shared(); } in try_lock_shared() function in shared_timed_mutex
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dshared_mutex37 bool try_lock_shared();
64 bool try_lock_shared();
171 bool try_lock_shared() _LIBCPP_THREAD_SAFETY_ANNOTATION(try_acquire_shared_capability(true));
197 _LIBCPP_INLINE_VISIBILITY bool try_lock_shared() { return __base.try_lock_shared(); }
234 bool try_lock_shared();
341 __owns_(__m.try_lock_shared())
455 __owns_ = __m_->try_lock_shared();