Lines Matching refs:num_hw_threads
279 for (int i = 0; i < num_hw_threads; ++i) { in _insert_layer()
304 for (int k = 0; k < num_hw_threads; ++k) { in _insert_layer()
320 int *ids = (int *)__kmp_allocate(sizeof(int) * num_hw_threads); in _insert_windows_proc_groups()
322 for (int i = 0; i < num_hw_threads; ++i) { in _insert_windows_proc_groups()
373 for (int hwidx = 1; hwidx < num_hw_threads; ++hwidx) { in _remove_radix1_layers()
404 for (int idx = 0; idx < num_hw_threads; ++idx) { in _remove_radix1_layers()
459 for (int i = 0; i < num_hw_threads; ++i) { in _gather_enumeration_information()
523 for (int i = 0; i < num_hw_threads; ++i) { in _get_ncores_with_attr()
563 for (int i = 0; i < num_hw_threads; ++i) { in _set_sub_ids()
627 retval->num_hw_threads = nproc; in allocate()
654 if (num_hw_threads == 0) in check_ids()
656 for (int i = 1; i < num_hw_threads; ++i) { in check_ids()
712 printf("* num_hw_threads: %d\n", num_hw_threads); in dump()
714 for (int i = 0; i < num_hw_threads; ++i) { in dump()
727 if (num_hw_threads) { in print()
728 KMP_INFORM(AvailableOSProc, env_var, num_hw_threads); in print()
823 if (num_hw_threads <= 0) { in print()
830 for (int i = 0; i < num_hw_threads; i++) { in print()
1042 for (int i = 0; i < num_hw_threads; ++i) { in restrict_to_mask()
1054 KMP_DEBUG_ASSERT(new_index <= num_hw_threads); in restrict_to_mask()
1055 affected = (num_hw_threads != new_index); in restrict_to_mask()
1056 num_hw_threads = new_index; in restrict_to_mask()
1281 for (int i = 0; i < num_hw_threads; ++i) { in filter_hw_subset()
1349 if (num_filtered == num_hw_threads) { in filter_hw_subset()
2867 int num_hw_threads = __kmp_hier_max_units[kmp_hier_layer_e::LAYER_THREAD + 1]; in __kmp_dispatch_get_index() local
2874 if (tid >= num_hw_threads) in __kmp_dispatch_get_index()
2875 tid = tid % num_hw_threads; in __kmp_dispatch_get_index()
4375 int num_hw_threads = __kmp_topology->get_num_hw_threads(); in __kmp_affinity_get_topology_info() local
4393 for (int hw_thread = 0; hw_thread < num_hw_threads; ++hw_thread) { in __kmp_affinity_get_topology_info()
4872 int num_hw_threads = __kmp_topology->get_num_hw_threads(); in __kmp_aux_affinity_initialize() local
4874 for (i = 0, j = 0; i < num_hw_threads; i++) { in __kmp_aux_affinity_initialize()