Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp3898 kmp_hw_thread_t &prev_hw_thread = __kmp_topology->at(i - 1); in __kmp_affinity_create_cpuinfo_map() local
3903 if (hw_thread.ids[j] != prev_hw_thread.ids[j]) { in __kmp_affinity_create_cpuinfo_map()
3909 hw_thread.ids[tlevel] = prev_hw_thread.ids[tlevel] + 1; in __kmp_affinity_create_cpuinfo_map()