std::mutex::
~mutex
<
cpp
|
thread
|
mutex
~mutex
(
)
;
销毁互斥。
若互斥为任何线程占有,或若任何线程在保有任何互斥的所有权时终止,则行为未定义。
参阅