Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp202 const kmp_hw_thread_t *ahwthread = (const kmp_hw_thread_t *)a; in compare_ids() local
206 if (ahwthread->ids[level] < bhwthread->ids[level]) in compare_ids()
208 else if (ahwthread->ids[level] > bhwthread->ids[level]) in compare_ids()
211 if (ahwthread->os_id < bhwthread->os_id) in compare_ids()
213 else if (ahwthread->os_id > bhwthread->os_id) in compare_ids()