Home
last modified time | relevance | path

Searched defs:ParReduceBody (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_eh_algorithms.cpp626 class ParReduceBody { class
633 ParReduceBody( StatsCounters& s_, tbb::task_group_context& context, bool e_ ) : in ParReduceBody() function in ParReduceBody
638 ParReduceBody( const ParReduceBody& lhs ) : tgc(lhs.tgc) { in ParReduceBody() function in ParReduceBody
643 ParReduceBody( ParReduceBody& lhs, tbb::split ) : tgc(lhs.tgc) { in ParReduceBody() function in ParReduceBody
660 void join( ParReduceBody& /*rhs*/ ) {} in join() argument