#include <RWLock.h>
Inheritance diagram for RLock:

Protected Methods | |
| RLock (RWLock *l) throw (Synchronization_Exception) | |
| Create read lock associated with a certain RWLock. | |
| virtual | ~RLock () throw () |
| 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. | |
Friends | |
| class | RWLock |
| friend. | |
1.2.15