59 #if defined(CPPTHREADS)
Threading condition variable implementation.
~Mutex()
Destroys the mutex.
void unlock()
Unlocks this mutex.
pthread_mutex_t pThreadMutex
void lock()
Locks the mutex, additionally mutex locks will block until other locks have been unlocked.
Mutex(const string &name)
Public constructor.
bool tryLock()
Tries to locks the mutex.