The Gaudi Framework
master (37c0b60a)
|
#include <GaudiKernel/IThreadInitTool.h>
#include <GaudiKernel/IThreadPoolSvc.h>
#include <GaudiKernel/Service.h>
#include <GaudiKernel/ToolHandle.h>
#include <boost/thread/barrier.hpp>
#include <tbb/global_control.h>
#include <tbb/spin_mutex.h>
#include <tbb/task_arena.h>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | ThreadPoolSvc |
A service which initializes a TBB thread pool. More... | |