Home
last modified time | relevance | path

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

/third_party/boost/boost/log/sources/
Dthreading_models.hpp45 bool timed_lock_shared(TimeT const&) const BOOST_NOEXCEPT { return true; } in timed_lock_shared() function
86 bool timed_lock_shared(TimeT const& t) const { return m_Mutex.timed_lock_shared(t); } in timed_lock_shared() function
/third_party/boost/boost/thread/pthread/
Dshared_mutex.hpp191 bool timed_lock_shared(system_time const& timeout) in timed_lock_shared() function in boost::shared_mutex
206 bool timed_lock_shared(TimeDuration const & relative_time) in timed_lock_shared() function in boost::shared_mutex
/third_party/boost/boost/thread/win32/
Dshared_mutex.hpp305 bool timed_lock_shared(TimeDuration const & relative_time) in timed_lock_shared() function in boost::shared_mutex
311 bool timed_lock_shared(boost::system_time const& wait_until) in timed_lock_shared() function in boost::shared_mutex
/third_party/boost/boost/thread/v2/
Dshared_mutex.hpp392 bool shared_mutex::timed_lock_shared(T const & abs_or_rel_time) in timed_lock_shared() function in boost::thread_v2::shared_mutex
771 bool upgrade_mutex::timed_lock_shared(T const & abs_or_rel_time) in timed_lock_shared() function in boost::thread_v2::upgrade_mutex
/third_party/boost/libs/thread/test/
Dtest_lock_concept.cpp521 bool timed_lock_shared(boost::system_time) in timed_lock_shared() function
527 bool timed_lock_shared(Duration) in timed_lock_shared() function