Namespaces
Variants
Actions

std::unique_lock<Mutex>::release

From cppreference.com
< cpp‎ | thread‎ | unique 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++11)

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

No locks are unlocked. If *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 (i.e., releases ownership of) the associated mutex
(public member function) [edit]
Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/thread/unique_lock/release&oldid=161301"

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