Searched defs:scoped_try_lock (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/thread/win32/ | ||
D | recursive_mutex.hpp | 40 typedef detail::try_lock_wrapper<recursive_mutex> scoped_try_lock; typedef in boost::recursive_mutex |
D | mutex.hpp | 41 typedef detail::try_lock_wrapper<mutex> scoped_try_lock; typedef in boost::mutex |
/third_party/boost/boost/thread/pthread/ | ||
D | mutex.hpp | 93 typedef detail::try_lock_wrapper<mutex> scoped_try_lock; typedef in boost::mutex |
D | recursive_mutex.hpp | 175 typedef detail::try_lock_wrapper<recursive_mutex> scoped_try_lock; typedef in boost::recursive_mutex |