Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_affinity.cpp157 const kmp_hw_thread_t *bhwthread = (const kmp_hw_thread_t *)b; in compare_ids() local
160 if (ahwthread->ids[level] < bhwthread->ids[level]) in compare_ids()
162 else if (ahwthread->ids[level] > bhwthread->ids[level]) in compare_ids()
165 if (ahwthread->os_id < bhwthread->os_id) in compare_ids()
167 else if (ahwthread->os_id > bhwthread->os_id) in compare_ids()