Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_parallel_reduce.cpp106 struct ReduceFunctorToCancel { struct
107 std::size_t result;
109 ReduceFunctorToCancel() : result(0) {} in ReduceFunctorToCancel() function
110 ReduceFunctorToCancel( ReduceFunctorToCancel&, tbb::split ) : result(0) {} in ReduceFunctorToCancel() function
112 void operator()( const tbb::blocked_range<std::size_t>& br ) { in operator ()()
116 void join( ReduceFunctorToCancel& rhs ) { in join()