reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4763 th->th.th_last_place = __kmp_affinity_num_masks - 1; 4768 th->th.th_last_place = __kmp_affinity_num_masks - 1; 4818 if (th->th.th_first_place <= th->th.th_last_place) { 4820 (th->th.th_new_place <= th->th.th_last_place)); 4823 (th->th.th_new_place >= th->th.th_last_place)); 4900 th->th.th_last_place = __kmp_affinity_num_masks - 1;projects/openmp/runtime/src/kmp_ftn_entry.h
865 last_place = thread->th.th_last_place; 891 last_place = thread->th.th_last_place;projects/openmp/runtime/src/kmp_runtime.cpp
2502 master_th->th.th_last_place = team->t.t_last_place; 3773 root_thread->th.th_last_place = KMP_PLACE_UNDEFINED; 4366 new_thr->th.th_last_place = KMP_PLACE_UNDEFINED; 4527 int last_place = master_th->th.th_last_place; 4552 th->th.th_last_place = last_place; 4589 th->th.th_last_place = last_place; 4614 th->th.th_last_place = last_place; 4714 th->th.th_last_place = place; 4782 th->th.th_last_place = last; 4813 th->th.th_last_place = place;projects/openmp/runtime/src/ompt-general.cpp
624 last_place = thread->th.th_last_place;