Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TThreadExecutor.cxx File Reference
#include "ROOT/TThreadExecutor.hxx"
#include "ROpaqueTaskArena.hxx"
#include "tbb/tbb.h"
#include "tbb/global_control.h"
Include dependency graph for TThreadExecutor.cxx:

Namespaces

namespace  ROOT
 
namespace  ROOT::Internal
 

Functions

template<typename T >
staticROOT::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.