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