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
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
Releases ownership of the mutex.
void unlock();
If the calling thread does not own the mutex, the behavior is undefined.
Header: mutex
Namespace: std