libgomp: omp_get_level

1 
1 2.6 'omp_get_level' - Obtain the current nesting level
1 ======================================================
1 
1 _Description_:
1      This function returns the nesting level for the parallel blocks,
1      which enclose the calling call.
1 
1 _C/C++_
1      _Prototype_:   'int omp_get_level(void);'
1 
1 _Fortran_:
1      _Interface_:   'integer function omp_level()'
1 
1 _See also_:
1      ⇒omp_get_active_level
1 
1 _Reference_:
1      OpenMP specification v4.5 (http://www.openmp.org/), Section 3.2.17.
1