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 Dompt-general.cpp779 first_place = thread->th.th_first_place;
H A Dkmp_ftn_entry.h1086 first_place = thread->th.th_first_place; in KMP_EXPAND_NAME()
1115 first_place = thread->th.th_first_place; in KMP_EXPAND_NAME()
H A Dkmp_affinity.cpp5412 th->th.th_first_place = 0; in __kmp_affinity_set_init_mask()
5417 th->th.th_first_place = 0; in __kmp_affinity_set_init_mask()
5493 if (th->th.th_first_place <= th->th.th_last_place) { in __kmp_affinity_bind_place()
5494 KMP_ASSERT((th->th.th_new_place >= th->th.th_first_place) && in __kmp_affinity_bind_place()
5497 KMP_ASSERT((th->th.th_new_place <= th->th.th_first_place) || in __kmp_affinity_bind_place()
5575 th->th.th_first_place = 0; in __kmp_aux_set_affinity()
H A Dkmp_runtime.cpp2579 master_th->th.th_first_place = team->t.t_first_place; in __kmp_join_call()
4023 root_thread->th.th_first_place = KMP_PLACE_UNDEFINED; in __kmp_register_root()
4668 new_thr->th.th_first_place = KMP_PLACE_UNDEFINED; in __kmp_allocate_thread()
4810 th->th.th_first_place = first; in __kmp_set_thread_place()
4834 int first_place = master_th->th.th_first_place; in __kmp_partition_places()
5015 f, th->th.th_new_place, th->th.th_first_place, in __kmp_partition_places()
5072 th->th.th_first_place, th->th.th_last_place, spacing)); in __kmp_partition_places()
5125 th->th.th_first_place, th->th.th_last_place)); in __kmp_partition_places()
H A Dkmp.h3041 int th_first_place; /* first place in partition */ member