std::shared_timed_mutex:: ~shared_timed_mutex
From cppreference.com
<
cpp
|
thread
|
shared timed mutex
C++
Concurrency support library
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::shared_timed_mutex
| Member functions | ||||
|
shared_timed_mutex::~shared_timed_mutex
|
||||
| Exclusive locking | ||||
| Shared locking | ||||
|
~shared_timed_mutex
(
)
;
|
||
Destroys the mutex.
The behavior is undefined if the mutex is owned by any thread or if any thread terminates while holding any ownership of the mutex.
See also
|
C documentation
for
mtx_destroy
|
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/thread/shared_timed_mutex/%7Eshared_timed_mutex&oldid=130953
"