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

Public Member Functions | |
| TPosixThreadFactory (const char *name="Posix", const char *title="Posix Thread Factory") | |
| virtual | ~TPosixThreadFactory () |
| virtual TMutexImp * | CreateMutexImp (Bool_t recursive) |
| virtual TConditionImp * | CreateConditionImp (TMutexImp *m) |
| virtual TThreadImp * | CreateThreadImp () |
| TPosixThreadFactory (const char *name="Posix", const char *title="Posix Thread Factory") | |
| virtual | ~TPosixThreadFactory () |
| virtual TMutexImp * | CreateMutexImp (Bool_t recursive) |
| virtual TConditionImp * | CreateConditionImp (TMutexImp *m) |
| virtual TThreadImp * | CreateThreadImp () |
Definition at line 33 of file TPosixThreadFactory.h.
| TPosixThreadFactory::TPosixThreadFactory | ( | const char * | name = "Posix", |
|
| const char * | title = "Posix Thread Factory" | |||
| ) |
| virtual TPosixThreadFactory::~TPosixThreadFactory | ( | ) | [inline, virtual] |
Definition at line 37 of file TPosixThreadFactory.h.
| TPosixThreadFactory::TPosixThreadFactory | ( | const char * | name = "Posix", |
|
| const char * | title = "Posix Thread Factory" | |||
| ) |
| virtual TPosixThreadFactory::~TPosixThreadFactory | ( | ) | [inline, virtual] |
Definition at line 37 of file TPosixThreadFactory.h.
| TConditionImp * TPosixThreadFactory::CreateConditionImp | ( | TMutexImp * | m | ) | [virtual] |
| TThreadImp * TPosixThreadFactory::CreateThreadImp | ( | ) | [virtual] |
Implements TThreadFactory.
| virtual TConditionImp* TPosixThreadFactory::CreateConditionImp | ( | TMutexImp * | m | ) | [virtual] |
Implements TThreadFactory.
| virtual TThreadImp* TPosixThreadFactory::CreateThreadImp | ( | ) | [virtual] |
Implements TThreadFactory.
1.5.1