std::shared_timed_mutex::~shared_timed_mutex
来自cppreference.com
< cpp | thread | shared timed mutex
并发支持库
|
|
std::shared_timed_mutex
成员函数 | ||||
shared_timed_mutex::~shared_timed_mutex | ||||
排他性锁定 | ||||
共享锁定 | ||||
~shared_timed_mutex(); | ||
销毁互斥体。
若互斥体被任何线程占有,或若有任何线程在保有此互斥体的任何所有权时终止,则行为未定义。
[编辑]参阅
mtx_destroy 的 C 文档 |