Searched refs:ParReduceBody (Results 1 – 1 of 1) sorted by relevance
626 class ParReduceBody { class633 ParReduceBody( StatsCounters& s_, tbb::task_group_context& context, bool e_ ) : in ParReduceBody() function in ParReduceBody638 ParReduceBody( const ParReduceBody& lhs ) : tgc(lhs.tgc) { in ParReduceBody() function in ParReduceBody643 ParReduceBody( ParReduceBody& lhs, tbb::split ) : tgc(lhs.tgc) { in ParReduceBody() function in ParReduceBody648 ~ParReduceBody(){ ++my_stats->my_total_deleted; } in ~ParReduceBody()660 void join( ParReduceBody& /*rhs*/ ) {} in join() argument670 …ParReduceBody body_for_cancellation(statsObj, tgc1, false), body_for_exception(statsObj, tgc2, tru… in TestCancelation4()