Release the lock that the calling thread holds on this mutex.
Synopsis
Declared in <bslmt_readerwritermutex.h>
void
unlock();
Description
The behavior is undefined unless the calling thread currently has a lock on this mutex.
Created with MrDocs