recursive mutex. More...
#include <xthread.h>
Public Member Functions | |
void | lock () |
void | unlock () |
unlock me with locking thread. | |
bool | trylock () |
bool | isLockedByCurrentThread () const |
Private Attributes | |
XMutex | m_mutex |
threadid_t | m_lockingthread |
int | m_lockcount |
|
inline |
|
inline |