Lines Matching refs:first_place
4565 int first_place = master_th->th.th_first_place; in __kmp_partition_places() local
4568 team->t.t_first_place = first_place; in __kmp_partition_places()
4574 team->t.t_id, masters_place, first_place, last_place)); in __kmp_partition_places()
4590 th->th.th_first_place = first_place; in __kmp_partition_places()
4601 f, masters_place, first_place, last_place)); in __kmp_partition_places()
4609 if (first_place <= last_place) { in __kmp_partition_places()
4610 n_places = last_place - first_place + 1; in __kmp_partition_places()
4612 n_places = __kmp_affinity_num_masks - first_place + last_place + 1; in __kmp_partition_places()
4621 place = first_place; in __kmp_partition_places()
4627 th->th.th_first_place = first_place; in __kmp_partition_places()
4638 team->t.t_id, f, place, first_place, last_place)); in __kmp_partition_places()
4652 th->th.th_first_place = first_place; in __kmp_partition_places()
4666 place = first_place; in __kmp_partition_places()
4677 place = first_place; in __kmp_partition_places()
4691 th->th.th_new_place, first_place, last_place)); in __kmp_partition_places()
4702 if (first_place <= last_place) { in __kmp_partition_places()
4703 n_places = last_place - first_place + 1; in __kmp_partition_places()
4705 n_places = __kmp_affinity_num_masks - first_place + last_place + 1; in __kmp_partition_places()
4734 place = first_place; in __kmp_partition_places()
4744 place = first_place; in __kmp_partition_places()
4757 place = first_place; in __kmp_partition_places()
4816 KMP_DEBUG_ASSERT(last_place >= first_place); in __kmp_partition_places()
4865 place = first_place; in __kmp_partition_places()
4876 place = first_place; in __kmp_partition_places()