The Gaudi Framework
v29r0 (ff2e7097)
|
Go to the source code of this file.
Classes | |
class | ThreadGaudi |
singleton mapping the pthread ID to the Gaudi thread ID More... | |
Functions | |
GAUDI_API std::string | getGaudiThreadIDfromID (int iCopy) |
helper function to extract Gaudi Thread ID from thread copy number More... | |
GAUDI_API std::string | getGaudiThreadIDfromName (const std::string &name) |
helper function to extract Gaudi Thread ID from thread copy name More... | |
GAUDI_API std::string | getGaudiThreadGenericName (const std::string &name) |
helper function to extract Gaudi instance name from thread copy name More... | |
GAUDI_API bool | isGaudiThreaded (const std::string &name) |
test if current Gaudi object is running /will run in a thread More... | |
GAUDI_API std::string getGaudiThreadGenericName | ( | const std::string & | name | ) |
helper function to extract Gaudi instance name from thread copy name
Definition at line 52 of file ThreadGaudi.cpp.
GAUDI_API std::string getGaudiThreadIDfromID | ( | int | iCopy | ) |
helper function to extract Gaudi Thread ID from thread copy number
Definition at line 16 of file ThreadGaudi.cpp.
GAUDI_API std::string getGaudiThreadIDfromName | ( | const std::string & | name | ) |
helper function to extract Gaudi Thread ID from thread copy name
Definition at line 27 of file ThreadGaudi.cpp.
GAUDI_API bool isGaudiThreaded | ( | const std::string & | name | ) |
test if current Gaudi object is running /will run in a thread
Definition at line 76 of file ThreadGaudi.cpp.