Namespaces
Variants
Actions

std::shared_lock<Mutex>::release

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)
 
 
mutex_type* release() noexcept;
(since C++14)

Breaks the association of the associated mutex, if any, and *this.

No locks are unlocked. If the *this held ownership of the associated mutex prior to the call, the caller is now responsible to unlock the mutex.

[edit] Parameters

(none)

[edit] Return value

Pointer to the associated mutex or a null pointer if there was no associated mutex.

[edit] Example

This section is incomplete
Reason: no example

[edit] See also

unlocks the associated mutex
(public member function) [edit]
disassociates the associated mutex without unlocking (i.e., releasing ownership of) it
(public member function of std::unique_lock<Mutex>) [edit]
Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/thread/shared_lock/release&oldid=161233"

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