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