enter(void) | Mutex | [inline] |
enterMutex(void) | Mutex | |
leave(void) | Mutex | [inline] |
leaveMutex(void) | Mutex | |
Mutex(const char *name=NULL) | Mutex | |
MutexCounter(const char *id=NULL) | MutexCounter | |
MutexCounter(int initial, const char *id=NULL) | MutexCounter | |
operator++(MutexCounter &mc) | MutexCounter | [friend] |
operator--(MutexCounter &mc) | MutexCounter | [friend] |
setDebug(bool mode) | Mutex | [inline, static] |
test(void) | Mutex | [inline] |
tryEnterMutex(void) | Mutex | |
~Mutex() | Mutex | [virtual] |