Searched defs:externally_locked (Results 1 – 1 of 1) sorted by relevance
39 class externally_locked class52 externally_locked(mutex_type& mtx, const T& obj) : in externally_locked() function in boost::externally_locked61 externally_locked(mutex_type& mtx, BOOST_THREAD_RV_REF(T) obj) : in externally_locked() function in boost::externally_locked70 externally_locked(mutex_type& mtx) // BOOST_NOEXCEPT_IF(BOOST_NOEXCEPT_EXPR(T())) in externally_locked() function in boost::externally_locked78 externally_locked(externally_locked const& rhs) //BOOST_NOEXCEPT in externally_locked() function in boost::externally_locked85 externally_locked(BOOST_THREAD_RV_REF(externally_locked) rhs) //BOOST_NOEXCEPT in externally_locked() function in boost::externally_locked200 class externally_locked<T&, MutexType> class213 externally_locked(T& obj, mutex_type& mtx) BOOST_NOEXCEPT : in externally_locked() function in boost::externally_locked219 externally_locked(externally_locked const& rhs) BOOST_NOEXCEPT : in externally_locked() function in boost::externally_locked225 externally_locked(BOOST_THREAD_RV_REF(externally_locked) rhs) BOOST_NOEXCEPT : in externally_locked() function in boost::externally_locked