reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4759 th->th.th_current_place = i; 4831 th->th.th_current_place = th->th.th_new_place; 4897 th->th.th_current_place = KMP_PLACE_UNDEFINED;projects/openmp/runtime/src/kmp_barrier.cpp
2079 if (this_thr->th.th_new_place == this_thr->th.th_current_place) {
projects/openmp/runtime/src/kmp_ftn_entry.h845 if (thread->th.th_current_place < 0) 847 return thread->th.th_current_place;projects/openmp/runtime/src/kmp_runtime.cpp
3770 root_thread->th.th_current_place = KMP_PLACE_UNDEFINED; 4058 this_thr->th.th_new_place = this_thr->th.th_current_place; 4363 new_thr->th.th_current_place = KMP_PLACE_UNDEFINED; 4528 int masters_place = master_th->th.th_current_place; 4554 if (__kmp_display_affinity && masters_place != th->th.th_current_place && 4591 if (__kmp_display_affinity && place != th->th.th_current_place && 4616 if (__kmp_display_affinity && place != th->th.th_current_place && 4688 if (__kmp_display_affinity && place != th->th.th_current_place && 4783 if (__kmp_display_affinity && place != th->th.th_current_place && 4815 if (__kmp_display_affinity && place != th->th.th_current_place &&projects/openmp/runtime/src/ompt-general.cpp
600 if (thread == NULL || thread->th.th_current_place < 0) 602 return thread->th.th_current_place;