Home
last modified time | relevance | path

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

/third_party/boost/boost/thread/win32/
Dbasic_recursive_mutex.hpp27 struct basic_recursive_mutex_impl struct
29 long recursion_count;
30 long locking_thread_id;
31 underlying_mutex_type mutex;
33 void initialize() in initialize()
40 void destroy() in destroy()
45 bool try_lock() BOOST_NOEXCEPT in try_lock()
51 void lock() in lock()
62 bool timed_lock(::boost::system_time const& target) in timed_lock()
68 bool timed_lock(Duration const& target) in timed_lock()
[all …]