OSG
3.4.0
|
#include <ReentrantMutex.h>
Public Member Functions | |
ReentrantMutex () | |
![]() | |
Mutex (MutexType type=MUTEX_NORMAL) | |
virtual | ~Mutex () |
MutexType | getMutexType () const |
virtual int | lock () |
virtual int | unlock () |
virtual int | trylock () |
Additional Inherited Members | |
![]() | |
enum | MutexType { MUTEX_NORMAL, MUTEX_RECURSIVE } |
Definition at line 23 of file ReentrantMutex.h.
|
inline |
Definition at line 27 of file ReentrantMutex.h.