SingleBarrier Class Reference

#include <Thread.H>

Inheritance diagram for SingleBarrier:

Inheritance graph
[legend]
Collaboration diagram for SingleBarrier:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 SingleBarrier (int)
void wait ()
void post ()

Protected Member Functions

void signal ()
void broadcast ()
void lock ()
void unlock ()
bool trylock ()


Constructor & Destructor Documentation

SingleBarrier::SingleBarrier ( int  i  )  [explicit]


Member Function Documentation

void SingleBarrier::wait (  ) 

void SingleBarrier::post (  ) 

void ConditionVariable::signal (  )  [inline, inherited]

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

void ConditionVariable::broadcast (  )  [inline, inherited]

void ConditionVariable::lock (  )  [inline, inherited]

void ConditionVariable::unlock (  )  [inline, inherited]

bool ConditionVariable::trylock (  )  [inherited]


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

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