![]() |
The Gaudi Framework
v36r1 (3e2fb5a8)
|
#include "AlgsExecutionStates.h"#include "EventSlot.h"#include "PrecedenceSvc.h"#include "GaudiKernel/IAlgExecStateSvc.h"#include "GaudiKernel/IAlgResourcePool.h"#include "GaudiKernel/ICondSvc.h"#include "GaudiKernel/IHiveWhiteBoard.h"#include "GaudiKernel/IRunable.h"#include "GaudiKernel/IScheduler.h"#include "GaudiKernel/IThreadPoolSvc.h"#include "GaudiKernel/Service.h"#include <functional>#include <queue>#include <string>#include <string_view>#include <thread>#include <unordered_map>#include <vector>#include "tbb/concurrent_priority_queue.h"#include "tbb/concurrent_queue.h"#include "tbb/task_arena.h"

Go to the source code of this file.
Classes | |
| class | AvalancheSchedulerSvc |
| struct | AvalancheSchedulerSvc::TaskSpec |
| Struct to hold entries in the alg queues. More... | |
| struct | AvalancheSchedulerSvc::AlgQueueSort |
| Comparison operator to sort the queues. More... | |