timed_mutex::unlock Method
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
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical 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