starpu_sched_ctx_exec_parallel_code

Function starpu_sched_ctx_exec_parallel_code 

Source
pub unsafe extern "C" fn starpu_sched_ctx_exec_parallel_code(
    func: Option<unsafe extern "C" fn(arg1: *mut c_void) -> *mut c_void>,
    param: *mut c_void,
    sched_ctx_id: c_uint,
) -> *mut c_void
Expand description

Execute any parallel code on the workers of the sched_ctx (workers are blocked)