Home
last modified time | relevance | path

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

/third_party/boost/boost/thread/win32/
Dbasic_timed_mutex.hpp33 struct basic_timed_mutex struct
39 long active_count;
40 void* event;
42 void initialize() in initialize()
48 void destroy() in destroy()
65 bool try_lock() BOOST_NOEXCEPT in try_lock()
70 void lock() in lock()
96 void mark_waiting_and_try_lock(long& old_count) in mark_waiting_and_try_lock()
120 void clear_waiting_and_try_lock(long& old_count) in clear_waiting_and_try_lock()
143 unsigned long getMs(detail::platform_duration const& d) in getMs()
[all …]