Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_global.cpp175 #if (KMP_OS_LINUX || KMP_OS_AIX) && defined(KMP_TDATA_GTID)
184 #endif /* KMP_OS_LINUX && defined(KMP_TDATA_GTID) */
185 #ifdef KMP_TDATA_GTID
187 #endif /* KMP_TDATA_GTID */
H A Dkmp_config.h.cmake127 # define KMP_TDATA_GTID 1
H A Dkmp_ftn_entry.h597 #ifdef KMP_TDATA_GTID in KMP_EXPAND_NAME()
610 #ifdef KMP_TDATA_GTID in KMP_EXPAND_NAME()
H A Dz_Windows_NT_util.cpp999 #ifdef KMP_TDATA_GTID in __kmp_launch_worker()
1072 #ifdef KMP_TDATA_GTID in __kmp_launch_monitor()
H A Dz_Linux_util.cpp539 #ifdef KMP_TDATA_GTID in __kmp_launch_worker()
619 #ifdef KMP_TDATA_GTID in __kmp_launch_monitor()
H A Dkmp_runtime.cpp155 #ifdef KMP_TDATA_GTID in __kmp_get_global_thread_id()
261 #ifdef KMP_TDATA_GTID in __kmp_get_global_thread_id_reg()
3988 #ifdef KMP_TDATA_GTID in __kmp_register_root()
H A Dkmp.h3524 #ifdef KMP_TDATA_GTID
H A Dkmp_settings.cpp4644 #ifdef KMP_TDATA_GTID in __kmp_stg_parse_gtid_mode()
/freebsd/lib/libomp/
H A Dkmp_config.h175 # define KMP_TDATA_GTID 1 macro