#include <BiasedRWLock.h>
Inheritance diagram for ZThread::BiasedRWLock::
Public Methods | |
BiasedRWLock () throw (Synchronization_Exception) | |
virtual | ~BiasedRWLock () throw () |
virtual bool | allowReader () |
|
Create a new RWLock that has a bias toward writers. |
|
Destroy the RWLock |
|
Use the internal counters to allow writers access to the lock before readers, regardless of how many there may be. Reimplemented from ZThread::RWLock. |