#include <Mutex.h>
Public Member Functions | |
IMEXPORT void | Lock () |
IMEXPORT | Mutex (bool bInitLock=false) |
IMEXPORT void | Unlock () |
IMEXPORT | ~Mutex () |
Protected Attributes | |
pthread_mutex_t | m_Mutex |
Private Member Functions | |
Mutex (const Mutex &) | |
Mutex & | operator= (const Mutex &) |
|
explicit |