Implementation of mutexes for synchronization. More...
#include <Mutex.h>
Public Member Functions | |
CMutex () | |
Threading::EMutexStatus | Lock () |
Threading::EMutexStatus | TryLock () |
Threading::EMutexStatus | UnLock () |
~CMutex () | |
Private Attributes | |
pthread_mutexattr_t | m_MutexAttr |
pthread_mutex_t | m_PosixMutex |
CMutex::CMutex | ( | ) |
CMutex::~CMutex | ( | ) |
pthread_mutexattr_t CMutex::m_MutexAttr [private] |
pthread_mutex_t CMutex::m_PosixMutex [private] |