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