Home
last modified time | relevance | path

Searched refs:omp_set_num_threads (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stub.cpp34 #define omp_set_num_threads ompc_set_num_threads macro
90 void omp_set_num_threads(omp_int_t num_threads) { i; } in omp_set_num_threads() function
H A Dkmp_ftn_os.h53 #define FTN_SET_NUM_THREADS omp_set_num_threads
H A Ddllexports419 omp_set_num_threads 717
/freebsd-13.1/sys/contrib/libb2/
H A Dblake2sp.c134 omp_set_num_threads(PARALLELISM_DEGREE); in blake2sp_update()
230 omp_set_num_threads(PARALLELISM_DEGREE); in blake2sp()
H A Dblake2bp.c137 omp_set_num_threads(PARALLELISM_DEGREE); in blake2bp_update()
232 omp_set_num_threads(PARALLELISM_DEGREE); in blake2bp()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/include/
H A Domp_lib.h.var278 subroutine omp_set_num_threads(num_threads) bind(c)
281 end subroutine omp_set_num_threads
921 !DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_set_num_threads
1004 !$omp declare target(omp_set_num_threads )
H A Domp_lib.f90.var177 subroutine omp_set_num_threads(num_threads) bind(c)
180 end subroutine omp_set_num_threads
H A Domp.h.var57 extern void __KAI_KMPC_CONVENTION omp_set_num_threads (int);
/freebsd-13.1/lib/libomp/
H A Domp.h58 extern void __KAI_KMPC_CONVENTION omp_set_num_threads (int);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def159 __ICV_RT_SET(nthreads, omp_set_num_threads)
236 __OMP_RTL(omp_set_num_threads, false, Void, Int32)
644 __OMP_RTL_ATTRS(omp_set_num_threads, SetterAttrs, AttributeSet(), ParamAttrs())