Simple wrapper to create an instance of CYIMutex with the mode set to CYIMutex::YI_RECURISVE_MUTEX.
#include <thread/YiRecursiveMutex.h>

Public Member Functions | |
| CYIRecursiveMutex () | |
Public Member Functions inherited from CYIMutex | |
| CYIMutex (YI_MUTEX_MODE mode=YI_FAST_MUTEX) | |
| virtual | ~CYIMutex () |
| bool | Lock () |
| bool | TryLock () |
| bool | Unlock () |
Additional Inherited Members | |
Public Types inherited from CYIMutex | |
| enum | YI_MUTEX_MODE { YI_FAST_MUTEX, YI_RECURSIVE_MUTEX } |
Protected Attributes inherited from CYIMutex | |
| CYIMutexPriv * | m_pPriv |
|
inline |