]> git.ipfire.org Git - thirdparty/gcc.git/blob - libgomp/doc/openmp-environment-variables/ompmaxtaskpriority.rst
sphinx: copy files from texi2rst-generated repository
[thirdparty/gcc.git] / libgomp / doc / openmp-environment-variables / ompmaxtaskpriority.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_max_task_priority:
7
8 OMP_MAX_TASK_PRIORITY -- Set the maximum priority
9 *************************************************
10
11 number that can be set for a task.
12
13 .. index:: Environment Variable
14
15 Description:
16 Specifies the initial value for the maximum priority value that can be
17 set for a task. The value of this variable shall be a non-negative
18 integer, and zero is allowed. If undefined, the default priority is
19 0.
20
21 See also:
22 :ref:`omp_get_max_task_priority`
23
24 Reference:
25 :openmp:`4.5`, Section 4.14