OpenThreads
|
Public Member Functions | |
ReentrantMutex () | |
![]() | |
Mutex (MutexType type=MUTEX_NORMAL) | |
Constructor. More... | |
virtual | ~Mutex () |
Destructor. More... | |
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... | |
Additional Inherited Members | |
![]() | |
enum | MutexType { MUTEX_NORMAL , MUTEX_RECURSIVE } |
|
inline |
![]() | Generated at Thu Feb 24 2022 00:00:00 for the OpenThreads by doxygen 1.9.1. |