Lines Matching refs:ctx
89 … __TBB_ASSERT(ed.context == &this->ctx(), "The task group context should be used for all tasks"); in execute()
100 …function_task(FF&& f, d1::wait_context& wo, d1::task_group_context& ctx, d1::small_object_allocato… in function_task() argument
101 : task_handle_task{wo, ctx, alloc}, in function_task()
403 const task_group_context& ctx = actual_context(); in traits() local
404 t |= ctx.my_traits.fp_settings ? fp_settings : 0; in traits()
405 t |= ctx.my_traits.concurrent_wait ? concurrent_wait : 0; in traits()
557 task_group_base(task_group_context& ctx) in task_group_base() argument
559 , m_context(&ctx) in task_group_base()
599 task_group(task_group_context& ctx) : task_group_base(ctx) {} in task_group() argument
640 spawn_delegate(task* a_task, task_group_context& ctx) in spawn_delegate() argument
641 : task_to_spawn(a_task), context(ctx) in spawn_delegate()
677 isolated_task_group(task_group_context& ctx) : task_group(ctx) {} in isolated_task_group() argument
715 task_group_context* ctx = current_context(); in is_current_task_group_canceling() local
716 return ctx ? ctx->is_group_execution_cancelled() : false; in is_current_task_group_canceling()