Searched defs:timed_mutex (Results 1 – 5 of 5) sorted by relevance
93 struct timed_mutex struct95 bool try_lock() {std::cout << "timed_mutex::try_lock()\n"; return true;} in try_lock()98 bool try_lock_for(const boost::chrono::duration<Rep, Period>& d) in try_lock_for()108 bool try_lock_until(const boost::chrono::time_point<Clock, Duration>& t) in try_lock_until()
119 struct timed_mutex struct121 bool try_lock() {std::cout << "timed_mutex::try_lock()\n"; return true;} in try_lock()124 bool try_lock_for(const boost::chrono::duration<Rep, Period>& d) in try_lock_for()134 bool try_lock_until(const boost::chrono::time_point<Clock, Duration>& t) in try_lock_until()
47 class timed_mutex: class52 timed_mutex() in timed_mutex() function in boost::timed_mutex
34 class BOOST_FIBERS_DECL timed_mutex { class
99 class timed_mutex class109 timed_mutex() in timed_mutex() function in boost::timed_mutex