Searched defs:timed_lock_shared (Results 1 – 5 of 5) sorted by relevance
45 bool timed_lock_shared(TimeT const&) const BOOST_NOEXCEPT { return true; } in timed_lock_shared() function86 bool timed_lock_shared(TimeT const& t) const { return m_Mutex.timed_lock_shared(t); } in timed_lock_shared() function
191 bool timed_lock_shared(system_time const& timeout) in timed_lock_shared() function in boost::shared_mutex206 bool timed_lock_shared(TimeDuration const & relative_time) in timed_lock_shared() function in boost::shared_mutex
305 bool timed_lock_shared(TimeDuration const & relative_time) in timed_lock_shared() function in boost::shared_mutex311 bool timed_lock_shared(boost::system_time const& wait_until) in timed_lock_shared() function in boost::shared_mutex
392 bool shared_mutex::timed_lock_shared(T const & abs_or_rel_time) in timed_lock_shared() function in boost::thread_v2::shared_mutex771 bool upgrade_mutex::timed_lock_shared(T const & abs_or_rel_time) in timed_lock_shared() function in boost::thread_v2::upgrade_mutex
521 bool timed_lock_shared(boost::system_time) in timed_lock_shared() function527 bool timed_lock_shared(Duration) in timed_lock_shared() function