Searched refs:temp_body (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/include/oneapi/tbb/ |
| H A D | parallel_scan.h | 434 auto& temp_body = *alloc.new_object<final_sum_type>(body, w_ctx, alloc); in run() local 435 temp_body.reverse_join(body); in run() 437 …s1 = *alloc.new_object<start_pass1_type>(/*m_return_slot=*/root, range, temp_body, partitioner, w_… in run() 441 root->prepare_for_execution(temp_body, nullptr, &body); in run() 445 temp_body.assign_to(body); in run() 446 temp_body.finish_construction(nullptr, range, nullptr); in run() 447 alloc.delete_object<final_sum_type>(&temp_body); in run()
|