std::shared_timed_mutex::~shared_timed_mutex
From cppreference.com
< cpp | thread | shared timed mutex
| ~shared_timed_mutex(); |
||
ミューテックスを破棄します。
ミューテックスがどのスレッドによって所有されている場合、またはミューテックスの所有権を保持しているスレッドが終了した場合、未定義の動作となります。
[編集] 関連項目
| C言語のドキュメント (mtx_destroy)
|