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