Home
last modified time | relevance | path

Searched refs: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
648 ~ParReduceBody(){ ++my_stats->my_total_deleted; } in ~ParReduceBody()
660 void join( ParReduceBody& /*rhs*/ ) {} in join() argument
670ParReduceBody body_for_cancellation(statsObj, tgc1, false), body_for_exception(statsObj, tgc2, tru… in TestCancelation4()