Lines Matching refs:my_execution_context
176 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)
286 spawn(*(task_pool.begin() + counter), my_execution_context);
289 execute_and_wait(*task_pool.begin(), my_execution_context,
290 my_wait_context, my_execution_context);
316 task_group_context& my_execution_context;
333 my_execution_context(e_context), my_allocator(alloc)
351 spawn(*(task_pool.begin() + counter), my_execution_context);
354 execute_and_wait(*task_pool.begin(), my_execution_context,
355 my_wait_context, my_execution_context);
377 task_group_context& my_execution_context;
479 … : my_first(first), my_last(last), my_wait_context(w_context), my_execution_context(e_context),
480 my_body(body), my_feeder_holder(my_wait_context, my_execution_context, my_body)
493 task_group_context& my_execution_context;
518 …task = alloc.new_object<block_handling_type>(ed, this->my_wait_context, this->my_execution_context,
530 spawn(*this, this->my_execution_context);
562 … this->my_wait_context, this->my_execution_context,
566 spawn(*this, this->my_execution_context);
586 , this->my_execution_context