Return true if this reader‐write mutex is currently read locked or write locked, and false otherwise.
Synopsis
Declared in <bslmt_readerwritermuteximpl.h>
bool
isLocked() const;
Return Value
true if locked for reading or writing, and false otherwise
Created with MrDocs