omp_in_final – Whether in final or included task region ¶This function returns true if currently running in a final
or included task region, false otherwise. Here, true
and false represent their language-specific counterparts.
| Prototype: | int omp_in_final(void); |
| Interface: | logical function omp_in_final() |
OpenMP specification v4.5, Section 3.2.21.