Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp2382 unsigned lastPkgId = threadInfo[0].pkgId; in __kmp_affinity_create_apicid_map() local
2393 if (threadInfo[i].pkgId != lastPkgId) { in __kmp_affinity_create_apicid_map()
2396 lastPkgId = threadInfo[i].pkgId; in __kmp_affinity_create_apicid_map()