Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dparallel_for_each.h176 spawn(*task, my_execution_context); in internal_add_copy_impl()
193 spawn(*task, my_execution_context); in internal_add_move()
199 , my_execution_context(context) in feeder_impl()
204 task_group_context& my_execution_context; variable
269 my_execution_context(e_context), my_allocator(alloc)
316 task_group_context& my_execution_context;
377 task_group_context& my_execution_context;
493 task_group_context& my_execution_context;
530 spawn(*this, this->my_execution_context);
566 spawn(*this, this->my_execution_context);
[all …]
H A Dparallel_invoke.h76 task_group_context& my_execution_context; member
85 my_execution_context(context), in invoke_subroot_task()
108 spawn(f3_invoker, my_execution_context); in execute()
109 spawn(f2_invoker, my_execution_context); in execute()