Public Types | |
typedef tbb::concurrent_unordered_set< pthread_t > | Container_type |
Public Member Functions | |
const Container_type & | IDs () |
void | on_scheduler_entry (bool) override |
ThreadTracker () | |
Private Attributes | |
Container_type | threadIDs_ |
Definition at line 72 of file InitRootHandlers.cc.
typedef tbb::concurrent_unordered_set<pthread_t> edm::service::InitRootHandlers::ThreadTracker::Container_type |
Definition at line 74 of file InitRootHandlers.cc.
|
inline |
Definition at line 76 of file InitRootHandlers.cc.
|
inline |
Definition at line 86 of file InitRootHandlers.cc.
References threadIDs_.
Referenced by edm::service::InitRootHandlers::threadIDs().
|
inlineoverride |
Definition at line 77 of file InitRootHandlers.cc.
References edm::CurrentModuleOnThread::getCurrentModuleOnThread(), and threadIDs_.
|
private |
Definition at line 89 of file InitRootHandlers.cc.
Referenced by IDs(), and on_scheduler_entry().