Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dompt-general.cpp715 if (thread == NULL || thread->th.th_current_place < 0)
717 return thread->th.th_current_place;
Dkmp_ftn_entry.h845 if (thread->th.th_current_place < 0) in KMP_EXPAND_NAME()
847 return thread->th.th_current_place; in KMP_EXPAND_NAME()
Dkmp_runtime.cpp3782 root_thread->th.th_current_place = KMP_PLACE_UNDEFINED; in __kmp_register_root()
4064 this_thr->th.th_new_place = this_thr->th.th_current_place; in __kmp_initialize_info()
4402 new_thr->th.th_current_place = KMP_PLACE_UNDEFINED; in __kmp_allocate_thread()
4567 int masters_place = master_th->th.th_current_place; in __kmp_partition_places()
4593 if (__kmp_display_affinity && masters_place != th->th.th_current_place && in __kmp_partition_places()
4630 if (__kmp_display_affinity && place != th->th.th_current_place && in __kmp_partition_places()
4655 if (__kmp_display_affinity && place != th->th.th_current_place && in __kmp_partition_places()
4727 if (__kmp_display_affinity && place != th->th.th_current_place && in __kmp_partition_places()
4822 if (__kmp_display_affinity && place != th->th.th_current_place && in __kmp_partition_places()
4854 if (__kmp_display_affinity && place != th->th.th_current_place && in __kmp_partition_places()
Dkmp_affinity.cpp4769 th->th.th_current_place = i; in __kmp_affinity_set_init_mask()
4822 gtid, th->th.th_new_place, th->th.th_current_place)); in __kmp_affinity_set_place()
4841 th->th.th_current_place = th->th.th_new_place; in __kmp_affinity_set_place()
4907 th->th.th_current_place = KMP_PLACE_UNDEFINED; in __kmp_aux_set_affinity()
Dkmp_barrier.cpp2093 if (this_thr->th.th_new_place == this_thr->th.th_current_place) { in __kmp_fork_barrier()
2096 this_thr->th.th_current_place)); in __kmp_fork_barrier()
Dkmp.h2553 int th_current_place; /* place currently bound to */ member