13#ifndef ROOT_TThreadFactory 
   14#define ROOT_TThreadFactory 
   35   TThreadFactory(
const char *
name = 
"Unknown", 
const char *title = 
"Unknown Thread Factory");
 
#define ClassDefOverride(name, id)
 
R__EXTERN TThreadFactory * gThreadFactory
 
The TNamed class is the base class for all named ROOT classes.
 
virtual TConditionImp * CreateConditionImp(TMutexImp *m)=0
 
virtual ~TThreadFactory()
 
virtual TMutexImp * CreateMutexImp(Bool_t recursive)=0
 
virtual TThreadImp * CreateThreadImp()=0
 
<div class="legacybox"><h2>Legacy Code</h2> TThread is a legacy interface: there will be no bug fixes...