Searched refs:th_first_place (Results 1 – 5 of 5) sorted by relevance
864 first_place = thread->th.th_first_place; in KMP_EXPAND_NAME()890 first_place = thread->th.th_first_place; in KMP_EXPAND_NAME()
2513 master_th->th.th_first_place = team->t.t_first_place; in __kmp_join_call()3784 root_thread->th.th_first_place = KMP_PLACE_UNDEFINED; in __kmp_register_root()4404 new_thr->th.th_first_place = KMP_PLACE_UNDEFINED; in __kmp_allocate_thread()4565 int first_place = master_th->th.th_first_place; in __kmp_partition_places()4590 th->th.th_first_place = first_place; in __kmp_partition_places()4627 th->th.th_first_place = first_place; in __kmp_partition_places()4652 th->th.th_first_place = first_place; in __kmp_partition_places()4725 th->th.th_first_place = place; in __kmp_partition_places()4768 f, th->th.th_new_place, th->th.th_first_place, in __kmp_partition_places()4819 th->th.th_first_place = first; in __kmp_partition_places()[all …]
738 first_place = thread->th.th_first_place;
4772 th->th.th_first_place = 0; in __kmp_affinity_set_init_mask()4777 th->th.th_first_place = 0; in __kmp_affinity_set_init_mask()4828 if (th->th.th_first_place <= th->th.th_last_place) { in __kmp_affinity_set_place()4829 KMP_ASSERT((th->th.th_new_place >= th->th.th_first_place) && in __kmp_affinity_set_place()4832 KMP_ASSERT((th->th.th_new_place <= th->th.th_first_place) || in __kmp_affinity_set_place()4909 th->th.th_first_place = 0; in __kmp_aux_set_affinity()
2555 int th_first_place; /* first place in partition */ member