ROOT  6.06/09
Reference Guide
Functions
TPosixCondition.cxx File Reference
#include "TPosixCondition.h"
#include "TPosixMutex.h"
#include "PosixThreadInc.h"
#include <errno.h>
+ Include dependency graph for TPosixCondition.cxx:

Go to the source code of this file.

Functions

 ClassImp (TPosixCondition) TPosixCondition
 Create Condition variable. More...
 

Function Documentation

ClassImp ( TPosixCondition  )

Create Condition variable.

Ctor must be given a pointer to an existing mutex. The condition variable is then linked to the mutex, so that there is an implicit unlock and lock around Wait() and TimedWait().

Definition at line 28 of file TPosixCondition.cxx.