Return true if this reader‐write mutex is currently write locked, and false otherwise.
Synopsis
Declared in <bslmt_readerwritermutex.h>
bool
isLockedWrite() const;
Return Value
true if this mutex is write locked, and false otherwise
Created with MrDocs