Searched refs:th_last_place (Results 1 – 5 of 5) sorted by relevance
865 last_place = thread->th.th_last_place; in KMP_EXPAND_NAME()891 last_place = thread->th.th_last_place; in KMP_EXPAND_NAME()
2514 master_th->th.th_last_place = team->t.t_last_place; in __kmp_join_call()3785 root_thread->th.th_last_place = KMP_PLACE_UNDEFINED; in __kmp_register_root()4405 new_thr->th.th_last_place = KMP_PLACE_UNDEFINED; in __kmp_allocate_thread()4566 int last_place = master_th->th.th_last_place; in __kmp_partition_places()4591 th->th.th_last_place = last_place; in __kmp_partition_places()4628 th->th.th_last_place = last_place; in __kmp_partition_places()4653 th->th.th_last_place = last_place; in __kmp_partition_places()4753 th->th.th_last_place = place; in __kmp_partition_places()4769 th->th.th_last_place, __kmp_affinity_num_masks)); in __kmp_partition_places()4821 th->th.th_last_place = last; in __kmp_partition_places()[all …]
739 last_place = thread->th.th_last_place;
4773 th->th.th_last_place = __kmp_affinity_num_masks - 1; in __kmp_affinity_set_init_mask()4778 th->th.th_last_place = __kmp_affinity_num_masks - 1; in __kmp_affinity_set_init_mask()4828 if (th->th.th_first_place <= th->th.th_last_place) { in __kmp_affinity_set_place()4830 (th->th.th_new_place <= th->th.th_last_place)); in __kmp_affinity_set_place()4833 (th->th.th_new_place >= th->th.th_last_place)); in __kmp_affinity_set_place()4910 th->th.th_last_place = __kmp_affinity_num_masks - 1; in __kmp_aux_set_affinity()
2556 int th_last_place; /* last place in partition */ member