Next: omp_get_max_threads, Previous: omp_get_max_active_levels, Up: Runtime Library Routines [Contents][Index]
omp_get_max_task_priority – Maximum priority valuethat can be set for tasks.
This function obtains the maximum allowed priority number for tasks.
| Prototype: | int omp_get_max_task_priority(void); |
| Interface: | integer function omp_get_max_task_priority() |
OpenMP specification v4.5, Section 3.2.29.