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
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
Releases ownership of the mutex.
void unlock();
If the calling thread does not own the mutex, the behavior is undefined.
Header: mutex
Namespace: std