Lines Matching refs:last_place

4826   int last_place = master_th->th.th_last_place;  in __kmp_partition_places()  local
4830 team->t.t_last_place = last_place; in __kmp_partition_places()
4835 team->t.t_id, masters_place, first_place, last_place)); in __kmp_partition_places()
4851 __kmp_set_thread_place(team, th, first_place, last_place, masters_place); in __kmp_partition_places()
4856 f, masters_place, first_place, last_place)); in __kmp_partition_places()
4864 if (first_place <= last_place) { in __kmp_partition_places()
4865 n_places = last_place - first_place + 1; in __kmp_partition_places()
4867 n_places = num_masks - first_place + last_place + 1; in __kmp_partition_places()
4875 if (place == last_place) { in __kmp_partition_places()
4882 __kmp_set_thread_place(team, th, first_place, last_place, place); in __kmp_partition_places()
4887 team->t.t_id, f, place, first_place, last_place)); in __kmp_partition_places()
4901 __kmp_set_thread_place(team, th, first_place, last_place, place); in __kmp_partition_places()
4908 if (place == last_place) { in __kmp_partition_places()
4919 if (place == last_place) { in __kmp_partition_places()
4934 th->th.th_new_place, first_place, last_place)); in __kmp_partition_places()
4945 if (first_place <= last_place) { in __kmp_partition_places()
4946 n_places = last_place - first_place + 1; in __kmp_partition_places()
4948 n_places = num_masks - first_place + last_place + 1; in __kmp_partition_places()
4971 if (place == last_place) { in __kmp_partition_places()
4981 if (place == last_place) { in __kmp_partition_places()
4994 if (place == last_place) { in __kmp_partition_places()
5054 KMP_DEBUG_ASSERT(last_place >= first_place); in __kmp_partition_places()
5090 if (place == last_place) { in __kmp_partition_places()
5101 if (place == last_place) { in __kmp_partition_places()