ODIN
|
#include <tjthread.h>
Public Member Functions | |
Mutex () | |
void | lock () |
void | unlock () |
Friends | |
class | Event |
Lock for mutually exclusive (mutex) access in threads. The mutex is recursive.
Definition at line 46 of file tjthread.h.
Mutex::Mutex | ( | ) |
Constructs unlocked mutex object.
void Mutex::lock | ( | ) |
Locks the mutex.
void Mutex::unlock | ( | ) |
Unlocks the mutex.