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