mutex::unlock Method (STL)
Releases ownership of the mutex.
void unlock();
Remarks
If the calling thread does not own the mutex, the behavior is undefined.
Requirements
Header: mutex
Namespace: std
Den här webbläsaren stöds inte längre.
Uppgradera till Microsoft Edge och dra nytta av de senaste funktionerna och säkerhetsuppdateringarna, samt teknisk support.
Releases ownership of the mutex.
void unlock();
If the calling thread does not own the mutex, the behavior is undefined.
Header: mutex
Namespace: std