Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dparallel_scan.h227 child->prepare_for_execution(body, incoming, stuff_last); in create_child()
242 void prepare_for_execution(final_sum_type& body, final_sum_type* incoming, Body *stuff_last) { in prepare_for_execution() function
441 root->prepare_for_execution(temp_body, nullptr, &body); in run()