halide_loop_task_t#

int(*) halide_loop_task_t (void *user_context, int min, int extent, uint8_t *closure, void *task_parent)

A task representing a serial for loop evaluated over some range.

Note that task_parent is a pass through argument that should be passed to any dependent tasks that are invoked using halide_do_parallel_tasks underneath this call.