~RWMutexImpl()
Destructor.
bool writer_release()
Unconditionally release the lock in write mode.
bool writer_acquire()
Unconditionally acquire the lock in writer mode.
bool reader_acquire()
Unconditionally acquire the lock in reader mode.
RWMutexImpl()
Default Constructor.
bool reader_release()
Unconditionally release the lock in reader mode.