ROOT  6.06/09
Reference Guide
Functions
TCondition.cxx File Reference
#include "TCondition.h"
#include "TMutex.h"
#include "TThreadFactory.h"
+ Include dependency graph for TCondition.cxx:

Go to the source code of this file.

Functions

 ClassImp (TCondition) TCondition
 Create a condition variable. More...
 

Function Documentation

ClassImp ( TCondition  )

Create a condition variable.

The actual condition implementation will be provided via the TThreadFactory. If no external mutex is provided one will be created. Use GetMutex() to get this mutex and use it before calling Signal() or Broadcast().

Definition at line 27 of file TCondition.cxx.