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
Ce navigateur n’est plus pris en charge.
Effectuez une mise à niveau vers Microsoft Edge pour tirer parti des dernières fonctionnalités, des mises à jour de sécurité et du support technique.
Releases ownership of the mutex.
void unlock();
If the calling thread does not own the mutex, the behavior is undefined.
Header: mutex
Namespace: std