Home
last modified time | relevance | path

Searched refs:KMP_DYNAMIC_LIB (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_ftn_cdecl.cpp17 #if defined KMP_WIN_CDECL || !KMP_DYNAMIC_LIB
H A Dkmp_version.cpp80 #if KMP_DYNAMIC_LIB
H A Dkmp_config.h.cmake66 #define KMP_DYNAMIC_LIB LIBOMP_ENABLE_SHARED
H A Dkmp_runtime.cpp552 #if KMP_DYNAMIC_LIB
3530 #if KMP_OS_WINDOWS && !KMP_DYNAMIC_LIB in __kmp_expand_threads()
5902 #if KMP_OS_UNIX && KMP_DYNAMIC_LIB
6384 #if KMP_DYNAMIC_LIB in __kmp_internal_end_thread()
6457 #if KMP_OS_UNIX && !KMP_OS_DARWIN && KMP_DYNAMIC_LIB in __kmp_reg_status_name()
6489 #if KMP_OS_UNIX && KMP_DYNAMIC_LIB // shared memory is with dynamic library in __kmp_register_library_startup()
6594 #if KMP_OS_UNIX && KMP_DYNAMIC_LIB // shared memory is with dynamic library in __kmp_register_library_startup()
6608 #if KMP_OS_UNIX && KMP_DYNAMIC_LIB // shared memory is with dynamic library in __kmp_register_library_startup()
6621 #if KMP_OS_UNIX && KMP_DYNAMIC_LIB // shared memory is with dynamic library in __kmp_unregister_library()
6642 #if KMP_OS_UNIX && KMP_DYNAMIC_LIB // shared memory is with dynamic library in __kmp_unregister_library()
[all …]
H A Dkmp_alloc.cpp1260 #if KMP_OS_UNIX && KMP_DYNAMIC_LIB
1271 #if KMP_OS_UNIX && KMP_DYNAMIC_LIB in __kmp_init_memkind()
1332 #if KMP_OS_UNIX && KMP_DYNAMIC_LIB in __kmp_fini_memkind()
H A Dz_Windows_NT_util.cpp663 #if KMP_DYNAMIC_LIB in __kmp_runtime_initialize()
692 #if KMP_OS_WINDOWS && !KMP_DYNAMIC_LIB in __kmp_runtime_initialize()
H A Dkmp_os.h376 #if KMP_HAVE_WEAK_ATTRIBUTE && !KMP_DYNAMIC_LIB
/freebsd-13.1/lib/libomp/
H A Dkmp_config.h67 #define KMP_DYNAMIC_LIB LIBOMP_ENABLE_SHARED macro