ROOT
6.30.04
Reference Guide
All
Namespaces
Files
Pages
TThreadFactory.cxx
Go to the documentation of this file.
1
// @(#)root/thread:$Id$
2
// Author: Fons Rademakers 01/07/97
3
4
/*************************************************************************
5
* Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
6
* All rights reserved. *
7
* *
8
* For the licensing terms see $ROOTSYS/LICENSE. *
9
* For the list of contributors see $ROOTSYS/README/CREDITS. *
10
*************************************************************************/
11
12
//////////////////////////////////////////////////////////////////////////
13
// //
14
// TThreadFactory //
15
// //
16
// This ABC is a factory for thread components. Depending on which //
17
// factory is active one gets either Posix or Win32 threads. //
18
// //
19
//////////////////////////////////////////////////////////////////////////
20
21
#include "
TThreadFactory.h
"
22
23
TThreadFactory *gThreadFactory = 0;
24
25
ClassImp(TThreadFactory);
26
27
////////////////////////////////////////////////////////////////////////////////
28
/// TThreadFactory ctor only called by derived classes.
29
30
TThreadFactory::TThreadFactory(
const
char
*name,
const
char
*title)
31
: TNamed(name, title)
32
{
33
}
TThreadFactory.h
core
thread
src
TThreadFactory.cxx
Generated on Tue May 5 2020 14:02:26 for ROOT by
1.8.5