]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgomp/doc/openmp-runtime-library-routines/ompgetmaxtaskpriority.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / libgomp / doc / openmp-runtime-library-routines / ompgetmaxtaskpriority.rst
1 ..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6 .. _omp_get_max_task_priority:
7
8 omp_get_max_task_priority -- Maximum priority value
9 ***************************************************
10
11 that can be set for tasks.
12
13 Description:
14 This function obtains the maximum allowed priority number for tasks.
15
16 C/C++:
17 .. list-table::
18
19 * - *Prototype*:
20 - ``int omp_get_max_task_priority(void);``
21
22 Fortran:
23 .. list-table::
24
25 * - *Interface*:
26 - ``integer function omp_get_max_task_priority()``
27
28 Reference:
29 :openmp:`4.5`, Section 3.2.29.