Logo ROOT  
Reference Guide
RTaskArena.cxx File Reference
#include "ROOT/RTaskArena.hxx"
#include "ROpaqueTaskArena.hxx"
#include "TError.h"
#include "TROOT.h"
#include "TThread.h"
#include <fstream>
#include <mutex>
#include <thread>
#include "tbb/task_arena.h"
#include "tbb/global_control.h"
Include dependency graph for RTaskArena.cxx:

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  ROOT::Internal
 

Macros

#define TBB_PREVIEW_GLOBAL_CONTROL   1
 

Functions

std::shared_ptr< ROOT::Internal::RTaskArenaWrapperROOT::Internal::GetGlobalTaskArena (unsigned maxConcurrency=0)
 Factory function returning a shared pointer to the instance of the global RTaskArenaWrapper. More...
 
int ROOT::Internal::LogicalCPUBandwithControl ()
 Returns the available number of logical cores. More...
 

Macro Definition Documentation

◆ TBB_PREVIEW_GLOBAL_CONTROL

#define TBB_PREVIEW_GLOBAL_CONTROL   1

Definition at line 10 of file RTaskArena.cxx.