Searched refs:th_last_place (Results 1 – 5 of 5) sorted by relevance
963 last_place = thread->th.th_last_place; in KMP_EXPAND_NAME() 992 last_place = thread->th.th_last_place; in KMP_EXPAND_NAME()
772 last_place = thread->th.th_last_place;
5078 th->th.th_last_place = affinity->num_masks - 1; in __kmp_affinity_set_init_mask()5083 th->th.th_last_place = affinity->num_masks - 1; in __kmp_affinity_set_init_mask()5158 if (th->th.th_first_place <= th->th.th_last_place) { in __kmp_affinity_bind_place()5160 (th->th.th_new_place <= th->th.th_last_place)); in __kmp_affinity_bind_place()5163 (th->th.th_new_place >= th->th.th_last_place)); in __kmp_affinity_bind_place()5241 th->th.th_last_place = __kmp_affinity.num_masks - 1; in __kmp_aux_set_affinity()
2571 master_th->th.th_last_place = team->t.t_last_place; in __kmp_join_call()4015 root_thread->th.th_last_place = KMP_PLACE_UNDEFINED; in __kmp_register_root()4660 new_thr->th.th_last_place = KMP_PLACE_UNDEFINED; in __kmp_allocate_thread()4802 th->th.th_last_place = last; in __kmp_set_thread_place()4826 int last_place = master_th->th.th_last_place; in __kmp_partition_places()5007 th->th.th_last_place, num_masks)); in __kmp_partition_places()5063 th->th.th_first_place, th->th.th_last_place, spacing)); in __kmp_partition_places()5116 th->th.th_first_place, th->th.th_last_place)); in __kmp_partition_places()
2994 int th_last_place; /* last place in partition */ member