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