ROOT
Version v6.32
master
v6.34
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
▼
core
▼
base
►
doc
▼
inc
►
ROOT
►
Bswapcpy.h
►
Buttons.h
►
Bytes.h
►
Byteswap.h
►
GLConstants.h
Gtypes.h
Htypes.h
►
KeySymbols.h
►
Match.h
►
MessageTypes.h
RConfig.h
Riostream.h
Rpair.h
►
RQ_OBJECT.h
►
RStipples.h
►
Rtypes.h
►
RtypesImp.h
Strlen.h
►
TApplication.h
TAtt3D.h
TAttAxis.h
TAttBBox.h
TAttBBox2D.h
►
TAttFill.h
►
TAttLine.h
►
TAttMarker.h
TAttPad.h
►
TAttText.h
TBase64.h
►
TBenchmark.h
►
TBuffer.h
►
TBuffer3D.h
►
TBuffer3DTypes.h
►
TColor.h
►
TColorGradient.h
►
TDatime.h
►
TDirectory.h
►
TEnv.h
►
TException.h
TExec.h
TFileCollection.h
►
TFileInfo.h
TFolder.h
TInetAddress.h
TMacro.h
►
TMathBase.h
►
TMD5.h
TMemberInspector.h
TMessageHandler.h
TNamed.h
►
TNotifyLink.h
►
TObject.h
TObjString.h
TParameter.h
►
TPluginManager.h
►
TPoint.h
►
TPRegexp.h
►
TProcessID.h
TProcessUUID.h
►
TQClass.h
►
TQCommand.h
►
TQConnection.h
►
TQObject.h
►
TRedirectOutputGuard.h
TRef.h
TRefCnt.h
TRegexp.h
TRemoteObject.h
►
TROOT.h
►
TRootIOCtor.h
TStopwatch.h
►
TStorage.h
►
TString.h
►
TStringLong.h
►
TStyle.h
►
TSysEvtHandler.h
►
TSystem.h
TSystemDirectory.h
TSystemFile.h
TTask.h
►
TThreadSlots.h
►
TTime.h
TTimer.h
►
TTimeStamp.h
►
TUri.h
TUrl.h
►
TUUID.h
►
TVersionCheck.h
►
TVirtualAuth.h
TVirtualFFT.h
►
TVirtualGL.h
TVirtualMapFile.h
►
TVirtualMonitoring.h
►
TVirtualMutex.h
►
TVirtualPad.h
TVirtualPadEditor.h
TVirtualPadPainter.h
►
TVirtualPerfStats.h
►
TVirtualPS.h
►
TVirtualQConnection.h
►
TVirtualRWMutex.h
►
TVirtualTableInterface.h
TVirtualViewer3D.h
►
TVirtualX.h
►
Varargs.h
►
src
►
v7
►
clingutils
►
cont
►
dictgen
►
foundation
►
gui
►
imt
►
macosx
►
meta
►
metacling
►
multiproc
►
rint
►
testsupport
►
thread
►
unix
►
winnt
►
zip
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
►
hist
►
html
►
io
►
main
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
v6-32-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
TThreadSlots.h
Go to the documentation of this file.
1
// @(#)root/base:$Id$
2
// Author: Philippe Canal 09/30/2011
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
#ifndef ROOT_TThreadSlots
13
#define ROOT_TThreadSlots
14
15
#include "
RtypesCore.h
"
16
17
namespace
ROOT
{
18
19
enum
EThreadSlotReservation
{
20
// Describe the system wide slot pre-allocation in the TThread
21
// 'special data' storage array ; meant to be used as thread local
22
// storage. (See TThread::Tsd)
23
//
24
// Slot 0 through 19 can be used for user application
25
// Slot 20 and above are reserved for the global system
26
kMaxUserThreadSlot
= 20,
27
28
// Slot reserved by ROOT's packages.
29
kPadThreadSlot
= 20,
30
kClassThreadSlot
= 21,
31
/* This no longer used.
32
kDirectoryThreadSlot = 22,
33
*/
34
kFileThreadSlot
= 23,
35
kPerfStatsThreadSlot
= 24,
36
37
kMaxThreadSlot
= 25
// Size of the array of thread local slots in TThread
38
};
39
}
40
41
R__EXTERN
void
**(*gThreadTsd)(
void
*,
Int_t
);
42
43
#endif
// ROOT_TThreadSlots
R__EXTERN
#define R__EXTERN
Definition
DllImport.h:26
RtypesCore.h
Int_t
int Int_t
Definition
RtypesCore.h:45
ROOT
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
Definition
EExecutionPolicy.hxx:4
ROOT::EThreadSlotReservation
EThreadSlotReservation
Definition
TThreadSlots.h:19
ROOT::kPerfStatsThreadSlot
@ kPerfStatsThreadSlot
Definition
TThreadSlots.h:35
ROOT::kPadThreadSlot
@ kPadThreadSlot
Definition
TThreadSlots.h:29
ROOT::kFileThreadSlot
@ kFileThreadSlot
Definition
TThreadSlots.h:34
ROOT::kMaxUserThreadSlot
@ kMaxUserThreadSlot
Definition
TThreadSlots.h:26
ROOT::kMaxThreadSlot
@ kMaxThreadSlot
Definition
TThreadSlots.h:37
ROOT::kClassThreadSlot
@ kClassThreadSlot
Definition
TThreadSlots.h:30
core
base
inc
TThreadSlots.h
ROOT v6-32 - Reference Guide Generated on Tue Apr 1 2025 05:41:07 (GVA Time) using Doxygen 1.10.0