#include <RWLock.h>
Inheritance diagram for ZThread::RLock::
Protected Methods | |
RLock (RWLock *l) throw (Synchronization_Exception) | |
Create read lock associated with a certain RWLock. More... | |
virtual | ~RLock () |
Destroy the read lock. | |
virtual void | release () throw (Synchronization_Exception) |
Release the read lock. | |
virtual void | acquire () throw (Synchronization_Exception) |
Acquire the read lock. | |
virtual bool | tryAcquire (unsigned long milliseconds) throw (Synchronization_Exception) |
Acquire the read lock with a timeout. More... |
|
Create read lock associated with a certain RWLock.
|
|
Acquire the read lock with a timeout.
Reimplemented from ZThread::Lockable. |