Home
last modified time | relevance | path

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

/third_party/boost/boost/thread/win32/
Drecursive_mutex.hpp40 typedef detail::try_lock_wrapper<recursive_mutex> scoped_try_lock; typedef in boost::recursive_mutex
62 typedef detail::try_lock_wrapper<recursive_timed_mutex> scoped_try_lock; typedef in boost::recursive_timed_mutex
Dmutex.hpp41 typedef detail::try_lock_wrapper<mutex> scoped_try_lock; typedef in boost::mutex
64 typedef detail::try_lock_wrapper<timed_mutex> scoped_try_lock; typedef in boost::timed_mutex
/third_party/boost/boost/thread/pthread/
Dmutex.hpp93 typedef detail::try_lock_wrapper<mutex> scoped_try_lock; typedef in boost::mutex
311 typedef detail::try_lock_wrapper<timed_mutex> scoped_try_lock; typedef in boost::timed_mutex
Drecursive_mutex.hpp175 typedef detail::try_lock_wrapper<recursive_mutex> scoped_try_lock; typedef in boost::recursive_mutex
427 typedef detail::try_lock_wrapper<recursive_timed_mutex> scoped_try_lock; typedef in boost::recursive_timed_mutex