Mutex Class Reference

#include <threading.hpp>

List of all members.

Public Member Functions

 Mutex ()
 ~Mutex ()
void lock ()
void unlock ()
bool trylock ()

Friends

class Condition


Detailed Description

Definition at line 49 of file threading.hpp.


Constructor & Destructor Documentation

Mutex::Mutex (  ) 

Mutex::~Mutex (  ) 


Member Function Documentation

void Mutex::lock (  ) 

Referenced by AutoMutex::AutoMutex().

void Mutex::unlock (  ) 

Referenced by AutoMutex::~AutoMutex().

bool Mutex::trylock (  ) 


Friends And Related Function Documentation

friend class Condition [friend]

Definition at line 63 of file threading.hpp.


The documentation for this class was generated from the following file:
Generated on Thu Dec 6 20:31:16 2007 for Ephi by  doxygen 1.5.0