Loading [MathJax]/extensions/tex2jax.js
ROOT  6.06/09
Reference Guide
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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.