Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_ftn_entry.h864 first_place = thread->th.th_first_place; in KMP_EXPAND_NAME()
890 first_place = thread->th.th_first_place; in KMP_EXPAND_NAME()
Dkmp_runtime.cpp2513 master_th->th.th_first_place = team->t.t_first_place; in __kmp_join_call()
3784 root_thread->th.th_first_place = KMP_PLACE_UNDEFINED; in __kmp_register_root()
4404 new_thr->th.th_first_place = KMP_PLACE_UNDEFINED; in __kmp_allocate_thread()
4565 int first_place = master_th->th.th_first_place; in __kmp_partition_places()
4590 th->th.th_first_place = first_place; in __kmp_partition_places()
4627 th->th.th_first_place = first_place; in __kmp_partition_places()
4652 th->th.th_first_place = first_place; in __kmp_partition_places()
4725 th->th.th_first_place = place; in __kmp_partition_places()
4768 f, th->th.th_new_place, th->th.th_first_place, in __kmp_partition_places()
4819 th->th.th_first_place = first; in __kmp_partition_places()
[all …]
Dompt-general.cpp738 first_place = thread->th.th_first_place;
Dkmp_affinity.cpp4772 th->th.th_first_place = 0; in __kmp_affinity_set_init_mask()
4777 th->th.th_first_place = 0; in __kmp_affinity_set_init_mask()
4828 if (th->th.th_first_place <= th->th.th_last_place) { in __kmp_affinity_set_place()
4829 KMP_ASSERT((th->th.th_new_place >= th->th.th_first_place) && in __kmp_affinity_set_place()
4832 KMP_ASSERT((th->th.th_new_place <= th->th.th_first_place) || in __kmp_affinity_set_place()
4909 th->th.th_first_place = 0; in __kmp_aux_set_affinity()
Dkmp.h2555 int th_first_place; /* first place in partition */ member