Searched refs:th_new_place (Results 1 – 4 of 4) sorted by relevance
4771 th->th.th_new_place = i; in __kmp_affinity_set_init_mask()4822 gtid, th->th.th_new_place, th->th.th_current_place)); in __kmp_affinity_set_place()4826 KMP_ASSERT(th->th.th_new_place >= 0); in __kmp_affinity_set_place()4827 KMP_ASSERT((unsigned)th->th.th_new_place <= __kmp_affinity_num_masks); in __kmp_affinity_set_place()4829 KMP_ASSERT((th->th.th_new_place >= th->th.th_first_place) && in __kmp_affinity_set_place()4830 (th->th.th_new_place <= th->th.th_last_place)); in __kmp_affinity_set_place()4832 KMP_ASSERT((th->th.th_new_place <= th->th.th_first_place) || in __kmp_affinity_set_place()4833 (th->th.th_new_place >= th->th.th_last_place)); in __kmp_affinity_set_place()4839 KMP_CPU_INDEX(__kmp_affinity_masks, th->th.th_new_place); in __kmp_affinity_set_place()4841 th->th.th_current_place = th->th.th_new_place; in __kmp_affinity_set_place()[all …]
3783 root_thread->th.th_new_place = KMP_PLACE_UNDEFINED; in __kmp_register_root()4064 this_thr->th.th_new_place = this_thr->th.th_current_place; in __kmp_initialize_info()4403 new_thr->th.th_new_place = KMP_PLACE_UNDEFINED; in __kmp_allocate_thread()4592 th->th.th_new_place = masters_place; in __kmp_partition_places()4629 th->th.th_new_place = place; in __kmp_partition_places()4654 th->th.th_new_place = place; in __kmp_partition_places()4691 th->th.th_new_place, first_place, last_place)); in __kmp_partition_places()4726 th->th.th_new_place = place; in __kmp_partition_places()4768 f, th->th.th_new_place, th->th.th_first_place, in __kmp_partition_places()4820 th->th.th_new_place = place; in __kmp_partition_places()[all …]
2093 if (this_thr->th.th_new_place == this_thr->th.th_current_place) { in __kmp_fork_barrier()
2554 int th_new_place; /* place to bind to in par reg */ member