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
210 ahwthread->attrs.is_core_eff_valid() && in compare_ids()
212 if (ahwthread->attrs.get_core_eff() < bhwthread->attrs.get_core_eff()) in compare_ids()
214 if (ahwthread->attrs.get_core_eff() > bhwthread->attrs.get_core_eff()) in compare_ids()
217 if (ahwthread->ids[level] == bhwthread->ids[level]) in compare_ids()
221 if (ahwthread->ids[level] == UNKNOWN_ID) in compare_ids()
225 else if (ahwthread->ids[level] < bhwthread->ids[level]) in compare_ids()
227 else if (ahwthread->ids[level] > bhwthread->ids[level]) in compare_ids()
230 if (ahwthread->os_id < bhwthread->os_id) in compare_ids()
232 else if (ahwthread->os_id > bhwthread->os_id) in compare_ids()