Namespaces
Variants
Actions

std::shared_lock<Mutex>::owns_lock

From cppreference.com
< cpp‎ | thread‎ | shared lock
 
 
Concurrency support library
(C++11)
(C++20)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++17)
(C++11)
(C++11)
(C++17)
(C++11)
(C++14)
(C++11)
(C++11)
(C++11)
(C++11)
(C++20)
(C++20)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++26)
(C++26)
(C++26)
(C++26)
(C++11)
(C++20)
(C++11)
(C++11)(deprecated in C++20)
(C++11)(deprecated in C++20)
(C++11)
(C++11)(deprecated in C++26)
 
 
bool owns_lock() const noexcept;
(since C++14)

Checks whether *this owns a locked mutex or not.

[edit] Parameters

(none)

[edit] Return value

true if *this has an associated mutex and has acquired shared ownership of it, false otherwise.

[edit] See also

tests whether the lock owns its associated mutex
(public member function) [edit]
Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/thread/shared_lock/owns_lock&oldid=161235"

AltStyle によって変換されたページ (->オリジナル) /