std::unique_lock::release
性病::独特[医]锁::释放
mutex_type* release( | | (since C++11) |
---|
如果存在,则破坏关联互斥体的关联,以及*this
...
锁都没锁。如果*this
在调用之前,调用方拥有相关互斥锁的所有权,调用方现在负责解锁互斥锁。
参数
%280%29
返回值
指向关联互斥对象的指针或NULL
如果没有相关的互斥。
例外
noexcept
规格:
noexcept
例
另见
unlock | unlocks the associated mutex (public member function) |
---|
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。