Searched refs:omp_get_max_threads (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/gcc/libgomp/ |
H A D | parallel.c | 94 omp_get_max_threads (void) in omp_get_max_threads() function 124 ialias (omp_get_max_threads)
|
H A D | fortran.c | 57 ialias_redirect (omp_get_max_threads) in ialias_redirect() 190 return omp_get_max_threads (); in omp_get_max_threads_()
|
H A D | omp_lib.h.in | 45 external omp_get_max_threads, omp_get_num_procs 46 integer*4 omp_get_max_threads, omp_get_num_procs
|
H A D | omp_lib.f90.in | 152 function omp_get_max_threads () 154 integer (omp_integer_kind) :: omp_get_max_threads local 155 end function omp_get_max_threads
|
H A D | libgomp.map | 5 omp_get_max_threads;
|
H A D | libgomp.texi | 137 * 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 D | omp.h.in | 56 extern int omp_get_max_threads (void);
|
H A D | libgomp.info | 115 * 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 D | ChangeLog | 666 * 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 D | lib1.f90 | 44 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 D | lib-1.c | 57 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 D | OMPKinds.def | 178 __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())
|