Searched refs:bhwthread (Results 1 – 1 of 1) sorted by relevance
203 const kmp_hw_thread_t *bhwthread = (const kmp_hw_thread_t *)b; in compare_ids() local211 bhwthread->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()223 else if (bhwthread->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()