Searched refs:th_first_place (Results 1 – 5 of 5) sorted by relevance
2475 master_th->th.th_first_place = team->t.t_first_place; in __kmp_join_call()3746 root_thread->th.th_first_place = KMP_PLACE_UNDEFINED; in __kmp_register_root()4339 new_thr->th.th_first_place = KMP_PLACE_UNDEFINED; in __kmp_allocate_thread()4500 int first_place = master_th->th.th_first_place; in __kmp_partition_places()4525 th->th.th_first_place = first_place; in __kmp_partition_places()4562 th->th.th_first_place = first_place; in __kmp_partition_places()4587 th->th.th_first_place = first_place; in __kmp_partition_places()4660 th->th.th_first_place = place; in __kmp_partition_places()4703 f, th->th.th_new_place, th->th.th_first_place, in __kmp_partition_places()4754 th->th.th_first_place = first; in __kmp_partition_places()[all …]
864 first_place = thread->th.th_first_place; in KMP_EXPAND_NAME()890 first_place = thread->th.th_first_place; in KMP_EXPAND_NAME()
639 first_place = thread->th.th_first_place;
4762 th->th.th_first_place = 0; in __kmp_affinity_set_init_mask()4767 th->th.th_first_place = 0; in __kmp_affinity_set_init_mask()4818 if (th->th.th_first_place <= th->th.th_last_place) { in __kmp_affinity_set_place()4819 KMP_ASSERT((th->th.th_new_place >= th->th.th_first_place) && in __kmp_affinity_set_place()4822 KMP_ASSERT((th->th.th_new_place <= th->th.th_first_place) || in __kmp_affinity_set_place()4899 th->th.th_first_place = 0; in __kmp_aux_set_affinity()
2466 int th_first_place; /* first place in partition */ member