Release a previously acquired lock on this mutex.
Synopsis
Declared in <bslmt_mutex.h>
void
unlock();
Description
Release a lock on this mutex that was previously acquired through a call to lock, or a successful call to tryLock, enabling another thread to acquire a lock on this mutex. The behavior is undefined unless the calling thread currently owns the lock on this mutex.
Created with MrDocs