Attempt to lock this reader/writer lock for write. Return 0 on success, and a non‐zero value if the lock already locked for read or write. If successful, unlock must be called to release the lock.

Synopsis

Declared in <bslmt_readerwriterlock.h>

int
tryLockWrite();

Created with MrDocs