#include "RConfigure.h"
#include "ROOT/TTaskGroup.hxx"
#include "TROOT.h"
#include "tbb/task_group.h"
#include "tbb/task_arena.h"
#include "ROOT/RTaskArena.hxx"
#include "ROpaqueTaskArena.hxx"
#include <type_traits>
#include <stdexcept>
Namespaces | |
namespace | ROOT |
Namespace for new ROOT classes and functions. | |
namespace | ROOT::Experimental |
namespace | ROOT::Internal |
Macros | |
#define | TBB_PREVIEW_ISOLATED_TASK_GROUP 1 |
Functions | |
tbb::isolated_task_group * | ROOT::Internal::CastToTG (void *p) |
#define TBB_PREVIEW_ISOLATED_TASK_GROUP 1 |
Definition at line 18 of file TTaskGroup.cxx.