bool Bool_t
Boolean (0=false, 1=true) (bool).
static TPosixThreadFactory gPosixThreadFactoryCreator
externTThreadFactory * gThreadFactory
TPosixThreadFactory(const char *name="Posix", const char *title="Posix Thread Factory")
Create Posix thread factory. Also sets global gThreadFactory to this.
TThreadImp * CreateThreadImp() override
Return a Posix thread.
TMutexImp * CreateMutexImp(Bool_t recursive) override
Return a Posix Mutex.
TConditionImp * CreateConditionImp(TMutexImp *m) override
Return a Posix condition variable.
TThreadFactory(const char *name="Unknown", const char *title="Unknown Thread Factory")
TThreadFactory ctor only called by derived classes.