Mutex Class Reference#include <mutex.h>
List of all members.
Constructor & Destructor Documentation
virtual Mutex::~Mutex |
( |
|
) |
[virtual] |
Member Function Documentation
virtual bool Mutex::lock |
( |
bool |
block = true |
) |
[virtual] |
virtual void Mutex::unlock |
( |
|
) |
[virtual] |
static void* Mutex::createMutex |
( |
|
) |
[inline, static] |
static void Mutex::destroyMutex |
( |
void * |
mutex |
) |
[inline, static] |
static bool Mutex::lockMutex |
( |
void * |
mutex, |
|
|
bool |
block = true | |
|
) |
| | [inline, static] |
static void Mutex::unlockMutex |
( |
void * |
mutex |
) |
[inline, static] |
Member Data Documentation
|