Home
last modified time | relevance | path

Searched refs:my_reduction (Results 1 – 1 of 1) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dparallel_reduce.h375 const Reduction& my_reduction; variable
382 , my_reduction(reduction) in lambda_reduce_body()
389 , my_reduction(other.my_reduction) in lambda_reduce_body()
396 my_value = tbb::detail::invoke(my_reduction, const_cast<const Value&>(my_value), in join()