]> gcc.gnu.org Git - gcc.git/blob - libgomp/doc/openmp-runtime-library-routines/ompgetteamsthreadlimit.rst
sphinx: copy files from texi2rst-generated repository
[gcc.git] / libgomp / doc / openmp-runtime-library-routines / ompgetteamsthreadlimit.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_teams_thread_limit:
7
8 omp_get_teams_thread_limit -- Maximum number of threads imposed by teams
9 ************************************************************************
10
11 Description:
12 Return the maximum number of threads that will be able to participate in
13 each team created by a teams construct.
14
15 C/C++:
16 .. list-table::
17
18 * - *Prototype*:
19 - ``int omp_get_teams_thread_limit(void);``
20
21 Fortran:
22 .. list-table::
23
24 * - *Interface*:
25 - ``integer function omp_get_teams_thread_limit()``
26
27 See also:
28 :ref:`omp_set_teams_thread_limit`, :ref:`OMP_TEAMS_THREAD_LIMIT`
29
30 Reference:
31 :openmp:`5.1`, Section 3.4.6.
This page took 0.039588 seconds and 5 git commands to generate.