12#ifndef ROOT_TCondition
13#define ROOT_TCondition
int Int_t
Signed integer 4 bytes (int).
unsigned long ULong_t
Unsigned long integer 4 bytes (unsigned long). Size depends on architecture.
bool Bool_t
Boolean (0=false, 1=true) (bool).
#define ClassDefOverride(name, id)
virtual ~TCondition()
Clean up condition variable.
Int_t TimedWait(ULong_t secs, ULong_t nanoSecs)
Wait to be signaled or till the timer times out.
TCondition & operator=(const TCondition &)=delete
TConditionImp * fConditionImp
Int_t TimedWaitRelative(ULong_t ms)
Wait to be signaled or till the timer times out.
TMutex * GetMutex() const
Get internally created mutex.
Int_t Wait()
Wait to be signaled.
TCondition(const TCondition &)=delete
TObject()
TObject constructor.