Home
last modified time | relevance | path

Searched refs:th_current_place (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp748 if (thread == NULL || thread->th.th_current_place < 0)
750 return thread->th.th_current_place;
H A Dkmp_ftn_entry.h940 if (thread->th.th_current_place < 0) in KMP_EXPAND_NAME()
942 return thread->th.th_current_place; in KMP_EXPAND_NAME()
H A Dkmp_affinity.cpp5074 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()
H A Dkmp_barrier.cpp2609 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()
H A Dkmp_runtime.cpp4012 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()
H A Dkmp.h2991 int th_current_place; /* place currently bound to */ member