#include "ROOT/TThreadExecutor.hxx"#include "ROpaqueTaskArena.hxx"#include "tbb/tbb.h"#include "tbb/global_control.h"Namespaces | |
| namespace | ROOT |
| This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
| namespace | ROOT::Internal |
Macros | |
| #define | TBB_PREVIEW_GLOBAL_CONTROL 1 |
| #define | TBB_USE_CAPTURED_EXCEPTION 0 |
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 11 of file TThreadExecutor.cxx.
| #define TBB_USE_CAPTURED_EXCEPTION 0 |
Definition at line 2 of file TThreadExecutor.cxx.