#include <TThreadFactory.h>
Inheritance diagram for TThreadFactory:


Public Methods | |
| TThreadFactory (const char *name="Unknown", const char *title="Unknown Thread Factory") | |
| virtual | ~TThreadFactory () |
| virtual TMutexImp * | CreateMutexImp ()=0 |
| virtual TConditionImp * | CreateConditionImp (TMutexImp *m)=0 |
| virtual TThreadImp * | CreateThreadImp ()=0 |
|
||||||||||||
|
|
|
|
Definition at line 38 of file TThreadFactory.h. |
|
|
Implemented in TPosixThreadFactory. |
|
|
Implemented in TPosixThreadFactory. |
|
|
Implemented in TPosixThreadFactory. |
1.2.16