ROOT
6.06/09
Reference Guide
|
Go to the source code of this file.
Functions | |
ClassImp (TCondition) TCondition | |
Create a condition variable. More... | |
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.