libgomp: omp_in_final

1 
1 2.22 'omp_in_final' - Whether in final or included task region
1 ==============================================================
1 
1 _Description_:
1      This function returns 'true' if currently running in a final or
1      included task region, 'false' otherwise.  Here, 'true' and 'false'
1      represent their language-specific counterparts.
1 
1 _C/C++_:
1      _Prototype_:   'int omp_in_final(void);'
1 
1 _Fortran_:
1      _Interface_:   'logical function omp_in_final()'
1 
1 _Reference_:
1      OpenMP specification v4.5 (http://www.openmp.org/), Section 3.2.21.
1