Searched refs:__kmp_numa_detected (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_global.cpp237 int __kmp_numa_detected = FALSE; variable
H A Dkmp_affinity.cpp364 if (__kmp_numa_detected)
546 __kmp_numa_detected = TRUE; // socket includes node(s)
605 if (__kmp_numa_detected)
631 if (__kmp_numa_detected) {
769 if (__kmp_numa_detected) {
799 if (__kmp_numa_detected) {
H A Dkmp.h617 extern int __kmp_numa_detected;

Completed in 159 milliseconds