Public Member Functions | Private Attributes | List of all members
XRecursiveMutex Class Reference

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
 

Detailed Description

recursive mutex.

Definition at line 119 of file xthread.h.

Member Function Documentation

bool XRecursiveMutex::isLockedByCurrentThread ( ) const
inline
Returns
true if the current thread is locking mutex.

Definition at line 158 of file xthread.h.

bool XRecursiveMutex::trylock ( )
inline
Returns
true if locked.

Definition at line 144 of file xthread.h.


The documentation for this class was generated from the following file:

Generated for KAME4 by  doxygen 1.8.3