71 static void Sleep(UInt_t millisecs);
Base class for all go4 runnables.
Bool_t Stop()
resets running flag for runnable
Bool_t IsWaiting() const
true if Threadfunc is suspended to condition wait
Int_t fiThreadPID
Linux process id associated with the pthread.
Bool_t fbIsCreated
kTRUE if TThread instance exists and pthread is created
void SetWaiting(Bool_t mode=kTRUE)
Bool_t fbIsWaiting
true if Threadfunc is suspended to condition wait
Long_t GetSelfID() const
self id of the current thread
Bool_t IsCreated() const
kTRUE if TThread instance exists and pthread is created
Long_t fiThreadSelfID
self id of the current thread
Bool_t Cancel()
Cancels TThread.
TGo4Runnable * fxRunnable
External class providing the threaded workfunction and exception routines for workfunction.
Bool_t fbIsRunning
Flag that controls Workfunc loop within Threadfunc.
Bool_t Create()
creates the TThread if not yet existing
Bool_t fbIsInternal
specifies whether thread is internal thread of handler (true) or is owned by external class (false).
TGo4Runnable * GetRunnable() const
We need this to have access to instance runnable from static Threadfunc:
static void Sleep(UInt_t millisecs)
wrapper for gSystem->Sleep with consecutive TThread::CancelPoint - necessary for proper pthread termi...
Bool_t ReCreate()
Stops old Runnable; Creates new TThread of same Runnable and name; cancels old Thread.
Bool_t Start()
starts runnable method Run within thread loop by setting running flag and signaling condition
Bool_t IsInternal() const
returns flag indicating if go4thread object is internal to threadhandler or created externally
Int_t GetPID() const
linux process id associated with the pthread
static void Threadfunc(void *arg)
This function is passed to TThread ctor and runs as pthread.
TCondition * GetCondition() const
Bool_t IsRunning() const
Flag that controls Workfunc loop within Threadfunc.