ROOT
6.06/09
Reference Guide
|
#include "TPosixCondition.h"
#include "TPosixMutex.h"
#include "PosixThreadInc.h"
#include <errno.h>
Go to the source code of this file.
Functions | |
ClassImp (TPosixCondition) TPosixCondition | |
Create Condition variable. More... | |
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.