Searched defs:timed_mutex (Results 1 – 7 of 7) 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
99 class timed_mutex class109 timed_mutex() in timed_mutex() function in boost::timed_mutex
76 TimedMutex& timed_mutex() { return impl(); } in timed_mutex() function
74 timed_mutex::timed_mutex() : __locked_(false) {} in timed_mutex() function in timed_mutex
90 timed_mutex::timed_mutex() in timed_mutex() function in timed_mutex