ConditionVariable Class Reference

#include <Thread.H>

Inheritance diagram for ConditionVariable:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 ConditionVariable ()
 ~ConditionVariable ()
void signal ()
void broadcast ()
void wait ()
void lock ()
void unlock ()
bool trylock ()


Constructor & Destructor Documentation

ConditionVariable::ConditionVariable (  )  [inline]

ConditionVariable::~ConditionVariable (  )  [inline]


Member Function Documentation

void ConditionVariable::signal (  )  [inline]

Referenced by Semaphore::post(), and SemaphoreB::up().

void ConditionVariable::broadcast (  )  [inline]

void ConditionVariable::wait (  )  [inline]

void ConditionVariable::lock (  )  [inline]

void ConditionVariable::unlock (  )  [inline]

bool ConditionVariable::trylock (  ) 


The documentation for this class was generated from the following file:

Generated on Fri Nov 21 10:11:01 2008 for AMRParticlePaths by  doxygen 1.5.5