Searched refs:omp_get_num_procs (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/gnu/gcc/libgomp/config/posix/ |
| D | proc.c | 94 omp_get_num_procs (void) in omp_get_num_procs() function 103 ialias (omp_get_num_procs)
|
| /openbsd/src/gnu/gcc/libgomp/ |
| D | fortran.c | 58 ialias_redirect (omp_get_num_procs) in ialias_redirect() 196 return omp_get_num_procs (); in omp_get_num_procs_()
|
| 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
|
| D | omp_lib.f90.in | 159 function omp_get_num_procs () 161 integer (omp_integer_kind) :: omp_get_num_procs local 162 end function omp_get_num_procs
|
| D | libgomp.map | 7 omp_get_num_procs;
|
| D | omp.h.in | 58 extern int omp_get_num_procs (void);
|
| D | libgomp.texi | 139 * omp_get_num_procs:: Number of processors online 260 @node omp_get_num_procs 261 @section @code{omp_get_num_procs} -- Number of processors online 268 @item @emph{Prototype}: @tab @code{int omp_get_num_procs();} 273 @item @emph{Interface}: @tab @code{integer function omp_get_num_procs()}
|
| D | libgomp.info | 117 * omp_get_num_procs:: Number of processors online 197 File: libgomp.info, Node: omp_get_nested, Next: omp_get_num_procs, Prev: omp_get_max_threads, U… 226 File: libgomp.info, Node: omp_get_num_procs, Next: omp_get_num_threads, Prev: omp_get_nested, U… 228 2.4 `omp_get_num_procs' - Number of processors online 235 _Prototype_: `int omp_get_num_procs();' 238 _Interface_: `integer function omp_get_num_procs()' 244 File: libgomp.info, Node: omp_get_num_threads, Next: omp_get_thread_num, Prev: omp_get_num_procs… 2063 Node: omp_get_num_procs8199
|
| D | ChangeLog | 654 * config/posix/proc.c (omp_get_num_procs): Add ialias. 674 omp_in_parallel, omp_get_max_threads, omp_get_num_procs,
|
| /openbsd/src/gnu/gcc/libgomp/testsuite/libgomp.fortran/ |
| D | lib1.f90 | 61 if (omp_get_num_procs () .le. 0) call abort
|
| /openbsd/src/gnu/gcc/libgomp/testsuite/libgomp.c/ |
| D | lib-1.c | 80 if (omp_get_num_procs () <= 0) in main()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/ |
| D | OMPKinds.def | 242 __OMP_RTL(omp_get_num_procs, false, Int32, ) 690 __OMP_RTL_ATTRS(omp_get_num_procs, GetterAttrs, SExt, ParamAttrs())
|