Mutex Struct Reference#include <platformMutex.h>
Member Function Documentation
static void* Mutex::createMutex |
( |
void |
|
) |
[static] |
static void Mutex::destroyMutex |
( |
void * |
|
) |
[static] |
static bool Mutex::lockMutex |
( |
void * |
mutex, |
|
|
bool |
block = true | |
|
) |
| | [static] |
static void Mutex::unlockMutex |
( |
void * |
|
) |
[static] |
|