Difference between revisions of "cpp/thread/shared timed mutex/~shared timed mutex"
From cppreference.com
< cpp | thread | shared timed mutex
m (Cubbi moved page cpp/thread/shared mutex/~shared mutex to cpp/thread/shared timed mutex/~shared timed mutex) |
m (langlinks) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{include page|cpp/thread/mutex/destructor| | + | {{include page|cpp/thread/mutex/destructor| |
+ | |||
+ | }} |
Latest revision as of 10:20, 29 June 2021
~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.
[edit] See also
C documentation for mtx_destroy
|