|
OSG
3.4.0
|
#include <ReentrantMutex.h>


Public Member Functions | |
| ReentrantMutex () | |
Public Member Functions inherited from OpenThreads::Mutex | |
| Mutex (MutexType type=MUTEX_NORMAL) | |
| virtual | ~Mutex () |
| MutexType | getMutexType () const |
| virtual int | lock () |
| virtual int | unlock () |
| virtual int | trylock () |
Additional Inherited Members | |
Public Types inherited from OpenThreads::Mutex | |
| enum | MutexType { MUTEX_NORMAL, MUTEX_RECURSIVE } |
Definition at line 23 of file ReentrantMutex.h.
|
inline |
Definition at line 27 of file ReentrantMutex.h.
1.8.8