#include <tjthread.h>
Collaboration diagram for MutexLock:

Public Member Functions | |
| MutexLock (Mutex &mutex) | |
| ~MutexLock () | |
Definition at line 83 of file tjthread.h.
| MutexLock::MutexLock | ( | Mutex & | mutex | ) | [inline] |
Constructs a lock using 'mutex'. The mutex is locked for the lifetime of the object.
Definition at line 90 of file tjthread.h.
1.5.1