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