Home
last modified time | relevance | path

Searched defs:shared_lock (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/thread/
Dlock_types.hpp503 class shared_lock class
513 shared_lock() BOOST_NOEXCEPT: in shared_lock() function in boost::shared_lock
517 explicit shared_lock(Mutex& m_): in shared_lock() function in boost::shared_lock
522 shared_lock(Mutex& m_,adopt_lock_t): in shared_lock() function in boost::shared_lock
529 shared_lock(Mutex& m_,defer_lock_t) BOOST_NOEXCEPT: in shared_lock() function in boost::shared_lock
532 shared_lock(Mutex& m_,try_to_lock_t): in shared_lock() function in boost::shared_lock
538 shared_lock(Mutex& m_,system_time const& target_time): in shared_lock() function in boost::shared_lock
546 shared_lock(Mutex& mtx, const chrono::time_point<Clock, Duration>& t) in shared_lock() function in boost::shared_lock
551 shared_lock(Mutex& mtx, const chrono::duration<Rep, Period>& d) in shared_lock() function in boost::shared_lock
557shared_lock(BOOST_THREAD_RV_REF_BEG shared_lock<Mutex> BOOST_THREAD_RV_REF_END other) BOOST_NOEXCE… in shared_lock() function in boost::shared_lock
[all …]