CPPMyth
Library to interoperate with MythTV server
|
Public Member Functions | |
mutex_t * | NativeHandle () |
bool | TryLock () |
void | Lock () |
void | Unlock () |
void | Clear () |
Private Member Functions | |
CMutex (const CMutex &other) | |
CMutex & | operator= (const CMutex &other) |
Private Attributes | |
mutex_t | m_handle |
volatile unsigned | m_lockCount |