OpenThreads
|
#include <ReentrantMutex>
Public Member Functions | |
ReentrantMutex () | |
![]() | |
Mutex (MutexType type=MUTEX_NORMAL) | |
Constructor. | |
virtual | ~Mutex () |
Destructor. | |
MutexType | getMutexType () const |
virtual int | lock () |
Lock the mutex. | |
virtual int | unlock () |
Unlock the mutex. | |
virtual int | trylock () |
Test if mutex can be locked. | |
Additional Inherited Members | |
![]() | |
enum | MutexType { MUTEX_NORMAL , MUTEX_RECURSIVE } |
|
inline |
![]() | Generated at Mon Jan 22 2024 00:00:00 for the OpenThreads by doxygen 1.10.0. |