Home
last modified time | relevance | path

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

/third_party/boost/libs/chrono/example/
Dsimulated_thread_interface_demo.cpp93 struct timed_mutex struct
95 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()
Dtime2_demo.cpp119 struct timed_mutex struct
121 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()
/third_party/boost/boost/thread/win32/
Dmutex.hpp47 class timed_mutex: class
52 timed_mutex() in timed_mutex() function in boost::timed_mutex
/third_party/boost/boost/fiber/
Dtimed_mutex.hpp34 class BOOST_FIBERS_DECL timed_mutex { class
/third_party/boost/boost/thread/pthread/
Dmutex.hpp99 class timed_mutex class
109 timed_mutex() in timed_mutex() function in boost::timed_mutex