![]() |
The Gaudi Framework
master (b9786168)
|
#include "ThreadPoolSvc.h"#include "ThreadInitTask.h"#include <GaudiKernel/ConcurrencyFlags.h>#include <chrono>#include <thread>
Go to the source code of this file.
Namespaces | |
| namespace | Gaudi |
| This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited. | |
| namespace | Gaudi::Concurrency |
Macros | |
| #define | ON_DEBUG if ( msgLevel( MSG::DEBUG ) ) |
| #define | ON_VERBOSE if ( msgLevel( MSG::VERBOSE ) ) |
| #define ON_DEBUG if ( msgLevel( MSG::DEBUG ) ) |
Definition at line 19 of file ThreadPoolSvc.cpp.
| #define ON_VERBOSE if ( msgLevel( MSG::VERBOSE ) ) |
Definition at line 20 of file ThreadPoolSvc.cpp.