Searched defs:invoke_subroot_task (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/include/oneapi/tbb/ |
| H A D | parallel_invoke.h | 67 struct invoke_subroot_task : public task { struct 73 function_invoker<F2, invoke_subroot_task<F1, F2, F3>> f2_invoker; argument 74 function_invoker<F3, invoke_subroot_task<F1, F2, F3>> f3_invoker; argument 79 …invoke_subroot_task(const F1& f1, const F2& f2, const F3& f3, wait_context& wait_ctx, task_group_c… in invoke_subroot_task() function 91 void finalize(const execution_data& ed) { in finalize() 97 void release(const execution_data& ed) { in release() 106 task* execute(execution_data& ed) override { in execute() 116 task* cancel(execution_data& ed) override { in cancel()
|