OpenSceneGraph
|
Additional Inherited Members | |
![]() | |
enum | MutexType { MUTEX_NORMAL, MUTEX_RECURSIVE } |
![]() | |
Mutex (MutexType type=MUTEX_NORMAL) | |
Constructor. | |
virtual | ~Mutex () |
Destructor. | |
MutexType | getMutexType () const |
virtual int | lock () |
Lock the mutex. More... | |
virtual int | unlock () |
Unlock the mutex. More... | |
virtual int | trylock () |
Test if mutex can be locked. More... | |