Home
last modified time | relevance | path

Searched refs:th_first_place (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_ftn_entry.h962 first_place = thread->th.th_first_place; in KMP_EXPAND_NAME()
991 first_place = thread->th.th_first_place; in KMP_EXPAND_NAME()
H A Dompt-general.cpp771 first_place = thread->th.th_first_place;
H A Dkmp_affinity.cpp5077 th->th.th_first_place = 0; in __kmp_affinity_set_init_mask()
5082 th->th.th_first_place = 0; in __kmp_affinity_set_init_mask()
5158 if (th->th.th_first_place <= th->th.th_last_place) { in __kmp_affinity_bind_place()
5159 KMP_ASSERT((th->th.th_new_place >= th->th.th_first_place) && in __kmp_affinity_bind_place()
5162 KMP_ASSERT((th->th.th_new_place <= th->th.th_first_place) || in __kmp_affinity_bind_place()
5240 th->th.th_first_place = 0; in __kmp_aux_set_affinity()
H A Dkmp_runtime.cpp2570 master_th->th.th_first_place = team->t.t_first_place; in __kmp_join_call()
4014 root_thread->th.th_first_place = KMP_PLACE_UNDEFINED; in __kmp_register_root()
4659 new_thr->th.th_first_place = KMP_PLACE_UNDEFINED; in __kmp_allocate_thread()
4801 th->th.th_first_place = first; in __kmp_set_thread_place()
4825 int first_place = master_th->th.th_first_place; in __kmp_partition_places()
5006 f, th->th.th_new_place, th->th.th_first_place, in __kmp_partition_places()
5063 th->th.th_first_place, th->th.th_last_place, spacing)); in __kmp_partition_places()
5116 th->th.th_first_place, th->th.th_last_place)); in __kmp_partition_places()
H A Dkmp.h2993 int th_first_place; /* first place in partition */ member