libgomp: omp_get_max_task_priority

1 
1 2.8 'omp_get_max_task_priority' - Maximum priority value
1 ========================================================
1 
1 that can be set for tasks.
1 _Description_:
1      This function obtains the maximum allowed priority number for
1      tasks.
1 
1 _C/C++_
1      _Prototype_:   'int omp_get_max_task_priority(void);'
1 
1 _Fortran_:
1      _Interface_:   'integer function omp_get_max_task_priority()'
1 
1 _Reference_:
1      OpenMP specification v4.5 (http://www.openmp.org/), Section 3.2.29.
1