Mutex Class Reference

#include <_thread.h>

Inheritance diagram for Mutex:

Condition read_write_lock List of all members.

Public Member Functions

 Mutex ()
 ~Mutex ()
void Lock (void)
bool TryLock (void)
void UnLock (void)

Detailed Description

Definition at line 472 of file _thread.h.


Constructor & Destructor Documentation

Mutex::Mutex (  )  [inline]

Definition at line 476 of file _thread.h.

Mutex::~Mutex (  )  [inline]

Definition at line 477 of file _thread.h.


Member Function Documentation

void Mutex::Lock ( void   )  [inline]

Definition at line 478 of file _thread.h.

Referenced by Condition::Wait(), and Condition::WaitNext().

bool Mutex::TryLock ( void   )  [inline]

Definition at line 479 of file _thread.h.

void Mutex::UnLock ( void   )  [inline]

Definition at line 480 of file _thread.h.

Referenced by Condition::Wait(), and Condition::WaitNext().


The documentation for this class was generated from the following file:
Generated on Fri Jun 22 14:08:00 2007 for ETL by  doxygen 1.5.2