Home
last modified time | relevance | path

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

/third_party/boost/boost/thread/
Dstrict_lock.hpp88 bool owns_lock() const BOOST_NOEXCEPT in owns_lock() function in boost::strict_lock
96 bool owns_lock(const mutex_type* l) const BOOST_NOEXCEPT in owns_lock() function in boost::strict_lock
193 bool owns_lock() const BOOST_NOEXCEPT in owns_lock() function in boost::nested_strict_lock
201 bool owns_lock(mutex_type const* l) const BOOST_NOEXCEPT in owns_lock() function in boost::nested_strict_lock
Dlock_types.hpp471 bool owns_lock() const BOOST_NOEXCEPT in owns_lock() function in boost::unique_lock
750 bool owns_lock() const BOOST_NOEXCEPT in owns_lock() function in boost::shared_lock
1023 bool owns_lock() const BOOST_NOEXCEPT in owns_lock() function in boost::upgrade_lock
1111 bool owns_lock() const BOOST_NOEXCEPT in owns_lock() function in boost::upgrade_to_unique_lock
1190 bool owns_lock() const in owns_lock() function in boost::detail::try_lock_wrapper
Dexternally_locked_stream.hpp59 bool owns_lock(const mutex_type * l) const BOOST_NOEXCEPT in owns_lock() function in boost::stream_guard
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DUniqueLock.h63 bool owns_lock() { return locked; } in owns_lock() function
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dmutex.h93 inline bool owns_lock() const { return _.owns_lock(); } in owns_lock() function