Searched defs:owns_lock (Results 1 – 5 of 5) sorted by relevance
88 bool owns_lock() const BOOST_NOEXCEPT in owns_lock() function in boost::strict_lock96 bool owns_lock(const mutex_type* l) const BOOST_NOEXCEPT in owns_lock() function in boost::strict_lock193 bool owns_lock() const BOOST_NOEXCEPT in owns_lock() function in boost::nested_strict_lock201 bool owns_lock(mutex_type const* l) const BOOST_NOEXCEPT in owns_lock() function in boost::nested_strict_lock
471 bool owns_lock() const BOOST_NOEXCEPT in owns_lock() function in boost::unique_lock750 bool owns_lock() const BOOST_NOEXCEPT in owns_lock() function in boost::shared_lock1023 bool owns_lock() const BOOST_NOEXCEPT in owns_lock() function in boost::upgrade_lock1111 bool owns_lock() const BOOST_NOEXCEPT in owns_lock() function in boost::upgrade_to_unique_lock1190 bool owns_lock() const in owns_lock() function in boost::detail::try_lock_wrapper
59 bool owns_lock(const mutex_type * l) const BOOST_NOEXCEPT in owns_lock() function in boost::stream_guard
63 bool owns_lock() { return locked; } in owns_lock() function
93 inline bool owns_lock() const { return _.owns_lock(); } in owns_lock() function