Searched defs:parallel_vector_reduce_body (Results 1 – 1 of 1) sorted by relevance
609 struct parallel_vector_reduce_body { struct615 parallel_vector_reduce_body ( ) : count(0) { test_helper<T>::init(sum); } in parallel_vector_reduce_body() function616 …parallel_vector_reduce_body ( parallel_vector_reduce_body<R, T> &, oneapi::tbb::split ) : count(0)… in parallel_vector_reduce_body() function628 void join( const parallel_vector_reduce_body &b ) { in join() argument