Home
last modified time | relevance | path

Searched refs:kmp_set_library (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stub.cpp44 #define kmp_set_library kmpc_set_library macro
138 void kmp_set_library(omp_int_t arg) { in kmp_set_library() function
H A Dkmp_ftn_os.h32 #define FTN_SET_LIBRARY kmp_set_library
H A Ddllexports449 kmp_set_library 735
/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Domp_lib.h.var892 subroutine kmp_set_library(libnum) bind(c)
895 end subroutine kmp_set_library
1073 !DIR$ ATTRIBUTES OFFLOAD:MIC :: kmp_set_library
1156 !$omp declare target(kmp_set_library )
H A Domp_lib.F90.var832 subroutine kmp_set_library(libnum) bind(c)
835 end subroutine kmp_set_library
1057 public :: kmp_set_library
H A Domp.h.var261 extern void __KAI_KMPC_CONVENTION kmp_set_library (int);
/freebsd/lib/libomp/
H A Domp.h261 extern void __KAI_KMPC_CONVENTION kmp_set_library (int);
H A Dkmp_i18n_default.inc217 "kmp_set_library must only be called from the top level serial thread; ignored.",
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt263 SetLibraryIncorrectCall "kmp_set_library must only be called from the top level serial thread; ignored."