int omp_in_final(void);
SummaryThe omp_in_final routine returns true if the routine is executed in a final task region; otherwise, it returns false.
BindingThe binding task set for an omp_in_final region is the generating task.
Effectomp_in_final returns true if the enclosing task region is final. Otherwise, it returns false.