Difference between revisions of "cpp/thread/shared timed mutex/~shared timed mutex"
From cppreference.com
< cpp | thread | shared timed mutex
(fwd to template) |
m (Cubbi moved page cpp/thread/shared mutex/~shared mutex to cpp/thread/shared timed mutex/~shared timed mutex) |
Revision as of 15:47, 22 March 2014
~shared_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
|