Next: , Previous: , Up: Runtime Library Routines   [Contents][Index]


3.10 omp_get_max_task_priority – Maximum priority value

that can be set for tasks.

Description:

This function obtains the maximum allowed priority number for tasks.

C/C++
Prototype:int omp_get_max_task_priority(void);
Fortran:
Interface:integer function omp_get_max_task_priority()
Reference:

OpenMP specification v4.5, Section 3.2.29.