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()
369 int id1 = hw_threads[0].ids[top_index1]; in _remove_radix1_layers()
370 int id2 = hw_threads[0].ids[top_index2]; in _remove_radix1_layers()
374 if (hw_threads[hwidx].ids[top_index1] == id1 && in _remove_radix1_layers()
375 hw_threads[hwidx].ids[top_index2] != id2) { in _remove_radix1_layers()
379 if (hw_threads[hwidx].ids[top_index2] != id2) in _remove_radix1_layers()
381 id1 = hw_threads[hwidx].ids[top_index1]; in _remove_radix1_layers()
382 id2 = hw_threads[hwidx].ids[top_index2]; in _remove_radix1_layers()
405 kmp_hw_thread_t &hw_thread = hw_threads[idx]; in _remove_radix1_layers()
460 kmp_hw_thread_t &hw_thread = hw_threads[i]; in _gather_enumeration_information()
524 kmp_hw_thread_t &hw_thread = hw_threads[i]; in _get_ncores_with_attr()
564 kmp_hw_thread_t &hw_thread = hw_threads[i]; in _set_sub_ids()
623 retval->hw_threads = (kmp_hw_thread_t *)(bytes + sizeof(kmp_topology_t)); in allocate()
625 retval->hw_threads = nullptr; in allocate()
657 kmp_hw_thread_t &current_thread = hw_threads[i]; in check_ids()
658 kmp_hw_thread_t &previous_thread = hw_threads[i - 1]; in check_ids()
715 hw_threads[i].print(); in dump()
835 __kmp_str_buf_print(&buf, "%d ", hw_threads[i].ids[level]); in print()
840 __kmp_hw_get_core_type_string(hw_threads[i].attrs.get_core_type())); in print()
841 KMP_INFORM(OSProcMapToPack, env_var, hw_threads[i].os_id, buf.str); in print()
1043 int os_id = hw_threads[i].os_id; in restrict_to_mask()
1046 hw_threads[new_index] = hw_threads[i]; in restrict_to_mask()
1282 kmp_hw_thread_t &hw_thread = hw_threads[i]; in filter_hw_subset()
1365 const kmp_hw_thread_t &t1 = hw_threads[hwt1]; in is_close()
1366 const kmp_hw_thread_t &t2 = hw_threads[hwt2]; in is_close()