Searched defs:timed_lock (Results 1 – 11 of 11) sorted by relevance
136 bool timed_lock(TimeDuration const & relative_time) in timed_lock() function in boost::timed_mutex162 bool timed_lock(boost::xtime const & absolute_time) in timed_lock() function in boost::timed_mutex256 bool timed_lock(system_time const & abs_time) in timed_lock() function in boost::timed_mutex
242 bool timed_lock(TimeDuration const & relative_time) in timed_lock() function in boost::recursive_timed_mutex371 bool timed_lock(system_time const & abs_time) in timed_lock() function in boost::recursive_timed_mutex
278 bool timed_lock(system_time const& timeout) in timed_lock() function in boost::shared_mutex296 bool timed_lock(TimeDuration const & relative_time) in timed_lock() function in boost::shared_mutex
197 bool timed_lock(::boost::system_time const& wait_until) in timed_lock() function204 bool timed_lock(Duration const& timeout) in timed_lock() function211 bool timed_lock(boost::xtime const& timeout) in timed_lock() function
62 bool timed_lock(::boost::system_time const& target) in timed_lock() function68 bool timed_lock(Duration const& target) in timed_lock() function
574 bool timed_lock(boost::system_time const& wait_until) in timed_lock() function in boost::shared_mutex580 bool timed_lock(TimeDuration const & relative_time) in timed_lock() function in boost::shared_mutex
366 bool timed_lock(TimeDuration const& relative_time) in timed_lock() function in boost::unique_lock380 bool timed_lock(::boost::system_time const& absolute_time) in timed_lock() function in boost::unique_lock393 bool timed_lock(::boost::xtime const& absolute_time) in timed_lock() function in boost::unique_lock662 bool timed_lock(boost::system_time const& target_time) in timed_lock() function in boost::shared_lock676 bool timed_lock(Duration const& target_time) in timed_lock() function in boost::shared_lock
318 bool shared_mutex::timed_lock(T const & abs_or_rel_time) in timed_lock() function in boost::thread_v2::shared_mutex696 bool upgrade_mutex::timed_lock(T const & abs_or_rel_time) in timed_lock() function in boost::thread_v2::upgrade_mutex
532 bool timed_lock(boost::system_time) in timed_lock() function538 bool timed_lock(Duration) in timed_lock() function
68 LIBC_INLINE MutexError timed_lock(internal::AbsTimeout abs_time) { in timed_lock() function
1891 async fn timed_lock(timer: oneshot::Receiver<()>, mu: Arc<RwLock<()>>) { in timeout() function