Home
last modified time | relevance | path

Searched refs:omp_get_max_threads (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/gcc/libgomp/
H A Dparallel.c94 omp_get_max_threads (void) in omp_get_max_threads() function
124 ialias (omp_get_max_threads)
H A Dfortran.c57 ialias_redirect (omp_get_max_threads) in ialias_redirect()
190 return omp_get_max_threads (); in omp_get_max_threads_()
H A Domp_lib.h.in45 external omp_get_max_threads, omp_get_num_procs
46 integer*4 omp_get_max_threads, omp_get_num_procs
H A Domp_lib.f90.in152 function omp_get_max_threads ()
154 integer (omp_integer_kind) :: omp_get_max_threads local
155 end function omp_get_max_threads
H A Dlibgomp.map5 omp_get_max_threads;
H A Dlibgomp.texi137 * omp_get_max_threads:: Maximum number of threads
202 @node omp_get_max_threads
203 @section @code{omp_get_max_threads} -- Maximum number of threads
211 @item @emph{Prototype}: @tab @code{int omp_get_max_threads();}
216 @item @emph{Interface}: @tab @code{integer function omp_get_max_threads()}
307 @ref{omp_get_max_threads}, @ref{omp_set_num_threads}, @ref{OMP_NUM_THREADS}
321 value varies from 0 to @code{omp_get_max_threads}-1 inclusive. The return
335 @ref{omp_get_max_threads}
444 @ref{OMP_NUM_THREADS}, @ref{omp_get_num_threads}, @ref{omp_get_max_threads}
H A Domp.h.in56 extern int omp_get_max_threads (void);
H A Dlibgomp.info115 * omp_get_max_threads:: Maximum number of threads
148 File: libgomp.info, Node: omp_get_dynamic, Next: omp_get_max_threads, Up: Runtime Library Routin…
175 File: libgomp.info, Node: omp_get_max_threads, Next: omp_get_nested, Prev: omp_get_dynamic, Up:…
177 2.2 `omp_get_max_threads' - Maximum number of threads
185 _Prototype_: `int omp_get_max_threads();'
188 _Interface_: `integer function omp_get_max_threads()'
267 *Note omp_get_max_threads::, *Note omp_set_num_threads::, *Note
282 regions the return value varies from 0 to `omp_get_max_threads'-1
293 *Note omp_get_max_threads::
388 omp_get_max_threads::
[all …]
H A DChangeLog666 * parallel.c (omp_get_num_threads, omp_get_max_threads,
674 omp_in_parallel, omp_get_max_threads, omp_get_num_procs,
/openbsd/gnu/gcc/libgomp/testsuite/libgomp.fortran/
H A Dlib1.f9044 if (omp_get_max_threads () .ne. 5) call abort
48 if (omp_get_max_threads () .ne. 3) call abort
/openbsd/gnu/gcc/libgomp/testsuite/libgomp.c/
H A Dlib-1.c57 if (omp_get_max_threads () != 5) in main()
64 if (omp_get_max_threads () != 3) in main()
/openbsd/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def178 __ICV_RT_GET(nthreads, omp_get_max_threads)
226 __OMP_RTL(omp_get_max_threads, false, Int32, )
671 __OMP_RTL_ATTRS(omp_get_max_threads, GetterAttrs, SExt, ParamAttrs())