12 #ifndef ROOT_TCondition 13 #define ROOT_TCondition 29 #ifndef ROOT_TConditionImp
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.
#define ClassDef(name, id)
TCondition & operator=(const TCondition &)
Int_t Wait()
Wait to be signaled.
TConditionImp * fConditionImp
TMutex * GetMutex() const
Get internally created mutex.
TCondition(const TCondition &)
Mother of all ROOT objects.
virtual Int_t Broadcast()=0
Int_t TimedWaitRelative(ULong_t ms)
Wait to be signaled or till the timer times out.