#include <ThreadInitTool.h>
Definition at line 30 of file ThreadInitTool.h.
◆ ThreadInitTool()
| ThreadInitTool::ThreadInitTool |
( |
const std::string & | type, |
|
|
const std::string & | name, |
|
|
const IInterface * | parent ) |
◆ initThread()
| void ThreadInitTool::initThread |
( |
| ) |
|
|
overridevirtual |
Definition at line 19 of file ThreadInitTool.cxx.
20{
21 ATH_MSG_INFO (
"initThread in thread 0x" << std::hex << pthread_self()
22 << " at " << this << std::dec );
23
24
25
27}
◆ nInit()
| virtual unsigned int ThreadInitTool::nInit |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ terminateThread()
| void ThreadInitTool::terminateThread |
( |
| ) |
|
|
overridevirtual |
Definition at line 32 of file ThreadInitTool.cxx.
33{
35 << std::hex << pthread_self() << std::dec );
36
38
39}
◆ m_nInitThreads
| std::atomic_uint ThreadInitTool::m_nInitThreads {0} |
|
private |
The documentation for this class was generated from the following files: