#include <lock.h>
Public Member Functions | |
void | lock () throw (IopcDeadlockException) |
Locks mutex. | |
void | unlock () throw (IopcIncorrectUsageException) |
Unlocks mutex. | |
Protected Attributes | |
pthread_mutex_t | mutex |
pthread_mutexattr_t | mutexattr |
pthread_mutex_t iopc::Lock::mutex [protected] |
Mutex proper.
pthread_mutexattr_t iopc::Lock::mutexattr [protected] |
Recursive attribute.