Mutex for synchronizing multiple threads. More...
#include <Mutex.h>
Public Member Functions | |
void | lock () |
Locks the mutex. | |
Mutex () | |
Constructor. | |
void | unlock () |
Unlocks the mutex. | |
~Mutex () | |
Destructor. | |
Private Attributes | |
MutexPrivate * | d |
void alvar::Mutex::lock | ( | ) |
void alvar::Mutex::unlock | ( | ) |
MutexPrivate* alvar::Mutex::d [private] |