Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dparallel_reduce.h251 struct start_deterministic_reduce : public task { struct
266start_deterministic_reduce( const Range& range, Partitioner& partitioner, Body& body, small_object… in start_deterministic_reduce() function
274start_deterministic_reduce( start_deterministic_reduce& parent_, typename Partitioner::split_type&… in start_deterministic_reduce() function
286 alloc.new_object<start_deterministic_reduce>(range, partitioner, body, alloc); in run() argument
314 …auto right_child = alloc.new_object<start_deterministic_reduce>(ed, std::forward<Args>(args)..., n… in offer_work_impl() argument
329 void start_deterministic_reduce<Range, Body, Partitioner>::finalize(const execution_data& ed) { in finalize() argument