std::timed_mutex:: ~timed_mutex
From cppreference.com
<
cpp
|
thread
|
timed mutex
C++
Concurrency support library
|
|
std::timed_mutex
Member functions | ||||
timed_mutex::~timed_mutex
|
||||
Locking | ||||
Native handle | ||||
~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/timed_mutex/%7Etimed_mutex&oldid=131443
"