Searched refs:th_current_place (Results 1 – 6 of 6) sorted by relevance
748 if (thread == NULL || thread->th.th_current_place < 0)750 return thread->th.th_current_place;
940 if (thread->th.th_current_place < 0) in KMP_EXPAND_NAME() 942 return thread->th.th_current_place; in KMP_EXPAND_NAME()
5074 th->th.th_current_place = i; in __kmp_affinity_set_init_mask()5118 (th->th.th_current_place != KMP_PLACE_ALL && in __kmp_affinity_bind_init_mask()5152 gtid, th->th.th_new_place, th->th.th_current_place)); in __kmp_affinity_bind_place()5171 th->th.th_current_place = th->th.th_new_place; in __kmp_affinity_bind_place()5238 th->th.th_current_place = KMP_PLACE_UNDEFINED; in __kmp_aux_set_affinity()
2609 if (this_thr->th.th_new_place == this_thr->th.th_current_place) { in __kmp_fork_barrier()2612 this_thr->th.th_current_place)); in __kmp_fork_barrier()
4012 root_thread->th.th_current_place = KMP_PLACE_UNDEFINED; in __kmp_register_root()4304 this_thr->th.th_new_place = this_thr->th.th_current_place; in __kmp_initialize_info()4657 new_thr->th.th_current_place = KMP_PLACE_UNDEFINED; in __kmp_allocate_thread()4804 if (newp != th->th.th_current_place) { in __kmp_set_thread_place()4827 int masters_place = master_th->th.th_current_place; in __kmp_partition_places()
2991 int th_current_place; /* place currently bound to */ member