Lines Matching refs:ctx
372 void spawn_task(task& t, task_group_context& ctx) { in spawn_task()
374 spawn(t, ctx, slot_id(my_head)); in spawn_task()
376 spawn(t, ctx); in spawn_task()
498 void spawn_task(task& t, task_group_context& ctx) { in spawn_task() argument
499 spawn(t, ctx); in spawn_task()
515 void spawn_task(task& t, task_group_context& ctx) { in spawn_task() argument
516 spawn(t, ctx); in spawn_task()
551 void spawn_task(task& t, task_group_context& ctx) { in spawn_task() argument
555 spawn(t, ctx, slot_id(my_head / factor)); in spawn_task()
557 spawn(t, ctx, my_array[my_head]); in spawn_task()
560 spawn(t, ctx); in spawn_task()