Release the write lock that the calling thread holds on this reader‐writer mutex. The behavior is undefined unless the calling thread currently has a write lock on this mutex.

Synopsis

Declared in <bslmt_readerwritermutex.h>

void
unlockWrite();

Created with MrDocs