Lines Matching refs:hw_threads
280 int id = hw_threads[i].ids[target_layer]; in _insert_layer()
306 hw_threads[k].ids[j] = hw_threads[k].ids[i]; in _insert_layer()
307 hw_threads[k].ids[target_layer] = ids[k]; in _insert_layer()
324 KMP_CPU_SET(hw_threads[i].os_id, mask); in _insert_windows_proc_groups()
372 int id1 = hw_threads[0].ids[top_index1]; in _remove_radix1_layers()
373 int id2 = hw_threads[0].ids[top_index2]; in _remove_radix1_layers()
377 if (hw_threads[hwidx].ids[top_index1] == id1 && in _remove_radix1_layers()
378 hw_threads[hwidx].ids[top_index2] != id2) { in _remove_radix1_layers()
382 if (hw_threads[hwidx].ids[top_index2] != id2) in _remove_radix1_layers()
384 id1 = hw_threads[hwidx].ids[top_index1]; in _remove_radix1_layers()
385 id2 = hw_threads[hwidx].ids[top_index2]; in _remove_radix1_layers()
408 kmp_hw_thread_t &hw_thread = hw_threads[idx]; in _remove_radix1_layers()
463 kmp_hw_thread_t &hw_thread = hw_threads[i]; in _gather_enumeration_information()
527 kmp_hw_thread_t &hw_thread = hw_threads[i]; in _get_ncores_with_attr()
567 kmp_hw_thread_t &hw_thread = hw_threads[i]; in _set_sub_ids()
626 retval->hw_threads = (kmp_hw_thread_t *)(bytes + sizeof(kmp_topology_t)); in allocate()
628 retval->hw_threads = nullptr; in allocate()
660 kmp_hw_thread_t ¤t_thread = hw_threads[i]; in check_ids()
661 kmp_hw_thread_t &previous_thread = hw_threads[i - 1]; in check_ids()
718 hw_threads[i].print(); in dump()
838 __kmp_str_buf_print(&buf, "%d ", hw_threads[i].ids[level]); in print()
843 __kmp_hw_get_core_type_string(hw_threads[i].attrs.get_core_type())); in print()
844 KMP_INFORM(OSProcMapToPack, env_var, hw_threads[i].os_id, buf.str); in print()
1011 int os_id = hw_threads[i].os_id; in restrict_to_mask()
1014 hw_threads[new_index] = hw_threads[i]; in restrict_to_mask()
1277 kmp_hw_thread_t &hw_thread = hw_threads[i]; in filter_hw_subset()
1388 const kmp_hw_thread_t &t1 = hw_threads[hwt1]; in is_close()
1389 const kmp_hw_thread_t &t2 = hw_threads[hwt2]; in is_close()