Gaudi Framework, version v24r2
Home
Generated: Wed Dec 4 2013
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
GaudiKernel
GaudiKernel
ThreadGaudi.h
Go to the documentation of this file.
1
#ifndef GAUDI_KERNEL_THREADLIBGAUDI_H
2
#define GAUDI_KERNEL_THREADLIBGAUDI_H
3
4
#include "
GaudiKernel/System.h
"
/* ThreadHandle" */
5
#include <
string
>
6
#include <
map
>
7
8
9
15
class
GAUDI_API
ThreadGaudi
{
16
public
:
17
typedef
std::map< System::ThreadHandle , std::string >
ThreadMap
;
19
static
ThreadGaudi
* instance() ;
21
void
setThreadID(
const
std::string
& threadID) ;
23
ThreadMap
* getThreadMap() ;
25
const
std::string
& getThreadID() ;
26
27
protected
:
28
ThreadGaudi
() ;
29
virtual
~
ThreadGaudi
() ;
30
ThreadMap
*
m_threadMap
;
31
};
32
34
GAUDI_API
std::string
getGaudiThreadIDfromID
(
int
iCopy) ;
36
GAUDI_API
std::string
getGaudiThreadIDfromName
(
const
std::string
& name) ;
38
GAUDI_API
std::string
getGaudiThreadGenericName
(
const
std::string
& name) ;
40
GAUDI_API
bool
isGaudiThreaded
(
const
std::string
& name);
41
42
#endif // GAUDI_KERNEL_THREADLIBGAUDI_H
Generated at Wed Dec 4 2013 14:33:09 for Gaudi Framework, version v24r2 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004