Lines Matching refs:hw_threads

231       int id = hw_threads[i].ids[target_layer];  in _insert_layer()
257 hw_threads[k].ids[j] = hw_threads[k].ids[i]; in _insert_layer()
258 hw_threads[k].ids[target_layer] = ids[k]; in _insert_layer()
275 KMP_CPU_SET(hw_threads[i].os_id, mask); in _insert_windows_proc_groups()
320 int id1 = hw_threads[0].ids[top_index1]; in _remove_radix1_layers()
321 int id2 = hw_threads[0].ids[top_index2]; in _remove_radix1_layers()
325 if (hw_threads[hwidx].ids[top_index1] == id1 && in _remove_radix1_layers()
326 hw_threads[hwidx].ids[top_index2] != id2) { in _remove_radix1_layers()
330 if (hw_threads[hwidx].ids[top_index2] != id2) in _remove_radix1_layers()
332 id1 = hw_threads[hwidx].ids[top_index1]; in _remove_radix1_layers()
333 id2 = hw_threads[hwidx].ids[top_index2]; in _remove_radix1_layers()
356 kmp_hw_thread_t &hw_thread = hw_threads[idx]; in _remove_radix1_layers()
411 kmp_hw_thread_t &hw_thread = hw_threads[i]; in _gather_enumeration_information()
475 kmp_hw_thread_t &hw_thread = hw_threads[i]; in _get_ncores_with_attr()
515 kmp_hw_thread_t &hw_thread = hw_threads[i]; in _set_sub_ids()
574 retval->hw_threads = (kmp_hw_thread_t *)(bytes + sizeof(kmp_topology_t)); in allocate()
576 retval->hw_threads = nullptr; in allocate()
607 kmp_hw_thread_t &current_thread = hw_threads[i]; in check_ids()
608 kmp_hw_thread_t &previous_thread = hw_threads[i - 1]; in check_ids()
665 hw_threads[i].print(); in dump()
781 __kmp_str_buf_print(&buf, "%d ", hw_threads[i].ids[level]); in print()
786 __kmp_hw_get_core_type_string(hw_threads[i].attrs.get_core_type())); in print()
787 KMP_INFORM(OSProcMapToPack, env_var, hw_threads[i].os_id, buf.str); in print()
1149 kmp_hw_thread_t &hw_thread = hw_threads[i]; in filter_hw_subset()
1226 hw_threads[new_index] = hw_threads[i]; in filter_hw_subset()
1230 KMP_CPU_CLR(hw_threads[i].os_id, __kmp_affin_fullMask); in filter_hw_subset()
1252 const kmp_hw_thread_t &t1 = hw_threads[hwt1]; in is_close()
1253 const kmp_hw_thread_t &t2 = hw_threads[hwt2]; in is_close()