#include "ROOT/RTaskArena.hxx"#include "ROpaqueTaskArena.hxx"#include "TError.h"#include "TROOT.h"#include "TSystem.h"#include "TThread.h"#include <fstream>#include <mutex>#include <string>#include <thread>#include <cmath>#include "tbb/task_arena.h"#include "tbb/global_control.h"Namespaces | |
| namespace | ROOT |
| namespace | ROOT::Internal |
Functions | |
| std::shared_ptr< ROOT::Internal::RTaskArenaWrapper > | ROOT::Internal::GetGlobalTaskArena (ROOT::EIMTConfig config) |
| std::shared_ptr< ROOT::Internal::RTaskArenaWrapper > | ROOT::Internal::GetGlobalTaskArena (unsigned maxConcurrency, ROOT::EIMTConfig config) |
| std::shared_ptr< ROOT::Internal::RTaskArenaWrapper > | ROOT::Internal::GetGlobalTaskArena (unsigned maxConcurrency=0) |
| Factory function returning a shared pointer to the instance of the global RTaskArenaWrapper. | |
| int | ROOT::Internal::LogicalCPUBandwidthControl () |
| Returns the available number of logical cores. | |