libgomp: omp_get_team_num

1 
1 2.17 'omp_get_team_num' - Get team number
1 =========================================
1 
1 _Description_:
1      Returns the team number of the calling thread.
1 
1 _C/C++_:
1      _Prototype_:   'int omp_get_team_num(void);'
1 
1 _Fortran_:
1      _Interface_:   'integer function omp_get_team_num()'
1 
1 _Reference_:
1      OpenMP specification v4.5 (http://www.openmp.org/), Section 3.2.33.
1