starpu_omp_ordered_inline_end

Function starpu_omp_ordered_inline_end 

Source
pub unsafe extern "C" fn starpu_omp_ordered_inline_end()
Expand description

Notify that the ordered section for the current iteration has been completed.

This function together with #starpu_omp_ordered_inline_begin can be used to implement #pragma omp ordered without code code outlining.

See \ref OMPFor for more details.