Next: omp_set_dynamic, Previous: omp_in_parallel, Up: Runtime Library Routines
omp_in_final
– Whether in final or included task regiontrue
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()
|