Home
last modified time | relevance | path

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

/third_party/boost/boost/thread/
Dexternally_locked.hpp39 class externally_locked class
52 externally_locked(mutex_type& mtx, const T& obj) : in externally_locked() function in boost::externally_locked
61 externally_locked(mutex_type& mtx, BOOST_THREAD_RV_REF(T) obj) : in externally_locked() function in boost::externally_locked
70 externally_locked(mutex_type& mtx) // BOOST_NOEXCEPT_IF(BOOST_NOEXCEPT_EXPR(T())) in externally_locked() function in boost::externally_locked
78 externally_locked(externally_locked const& rhs) //BOOST_NOEXCEPT in externally_locked() function in boost::externally_locked
85 externally_locked(BOOST_THREAD_RV_REF(externally_locked) rhs) //BOOST_NOEXCEPT in externally_locked() function in boost::externally_locked
200 class externally_locked<T&, MutexType> class
213 externally_locked(T& obj, mutex_type& mtx) BOOST_NOEXCEPT : in externally_locked() function in boost::externally_locked
219 externally_locked(externally_locked const& rhs) BOOST_NOEXCEPT : in externally_locked() function in boost::externally_locked
225 externally_locked(BOOST_THREAD_RV_REF(externally_locked) rhs) BOOST_NOEXCEPT : in externally_locked() function in boost::externally_locked