Mutex Class Reference
[Classes for basic data types and vectors/arrays (tjutils library)]

#include <tjthread.h>

List of all members.

Public Member Functions

 Mutex ()
void lock ()
void unlock ()


Detailed Description

Lock for mutually exclusive (mutex) access in threads. The mutex is recursive.

Definition at line 46 of file tjthread.h.


Constructor & Destructor Documentation

Mutex::Mutex (  ) 

Constructs unlocked mutex object.


Member Function Documentation

void Mutex::lock (  ) 

Locks the mutex.

void Mutex::unlock (  ) 

Unlocks the mutex.


The documentation for this class was generated from the following file:
Generated on Sat Jun 14 12:31:46 2008 by  doxygen 1.5.1