ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
TCondition.cxx File Reference
#include "TCondition.h"
#include "TMutex.h"
#include "TThread.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 28 of file TCondition.cxx.