#include <mutex.h>
◆ Mutex()
◆ ~Mutex()
◆ createMutex()
| static void * createMutex |
( |
| ) |
|
|
inlinestatic |
◆ destroyMutex()
| static void destroyMutex |
( |
void * |
mutex | ) |
|
|
inlinestatic |
◆ lock()
| bool lock |
( |
bool |
block = true | ) |
|
|
virtual |
◆ lockMutex()
| static bool lockMutex |
( |
void * |
mutex, |
|
|
bool |
block = true |
|
) |
| |
|
inlinestatic |
◆ unlock()
◆ unlockMutex()
| static void unlockMutex |
( |
void * |
mutex | ) |
|
|
inlinestatic |
◆ mData
The documentation for this class was generated from the following files:
- platform/threads/mutex.h
- platformAndroid/AndroidMutex.cpp
- platformEmscripten/EmscriptenMutex.cpp