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