#include <rwLock.h>
Public Member Functions | |
void | rlock () throw (IopcRsrcLackException, IopcDeadlockException) |
Waits for lock for reading. | |
void | wlock () throw (IopcDeadlockException) |
Waits for lock for writing. | |
void | unlock () throw (IopcIncorrectUsageException) |
Removes one lock. | |
Protected Attributes | |
pthread_rwlock_t | rwlock |
pthread_rwlock_t iopc::RWLock::rwlock [protected] |
lock proper.