$search
#include <Mutex.h>
Public Member Functions | |
| bool | lock (unsigned int uiTimeOut=INFINITE) |
| Mutex (std::string sName) | |
| Mutex () | |
| void | unlock () |
| ~Mutex () | |
Private Attributes | |
| pthread_mutex_t | m_hMutex |
Definition at line 62 of file Mutex.h.
| bool Mutex::lock | ( | unsigned int | uiTimeOut = INFINITE |
) | [inline] |
pthread_mutex_t Mutex::m_hMutex [private] |