#include "ROOT/TThreadExecutor.hxx"
#include "ROpaqueTaskArena.hxx"
#include "tbb/tbb.h"
#include "tbb/global_control.h"
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 | |
template<typename T > | |
static T | ROOT::Internal::ParallelReduceHelper (const std::vector< T > &objs, const std::function< T(T a, T b)> &redfunc) |
A helper function to implement the TThreadExecutor::ParallelReduce methods. | |
#define TBB_PREVIEW_GLOBAL_CONTROL 1 |
Definition at line 8 of file TThreadExecutor.cxx.