iopc::RWLock Class Reference
[iopccommon]

Read/write lock synchronization primitive. More...

#include <rwLock.h>

List of all members.

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


Detailed Description

Read/write lock synchronization primitive.

Member Data Documentation

pthread_rwlock_t iopc::RWLock::rwlock [protected]

lock proper.


The documentation for this class was generated from the following files:

Generated on Tue Apr 14 16:46:35 2009 for IOPC 2 by  doxygen 1.5.6