std::timed_mutex::~timed_mutex

< cpp‎ | thread‎ | timed mutex

~timed_mutex();

销毁互斥。

若互斥为任何线程占有,或若任何线程在保有任何互斥的所有权时终止,则行为未定义。

参阅