#include <Mutex.h>
Public Member Functions | |
| Mutex () | |
| ~Mutex () | |
| void | lock () |
| void | unlock () |
Protected Member Functions | |
| pthread_mutex_t & | get () |
Protected Attributes | |
| pthread_mutex_t | m_mutex |
Friends | |
| class | ScopeLock |
|
protected |
|
protected |