reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4897 th->th.th_current_place = KMP_PLACE_UNDEFINED; 4898 th->th.th_new_place = KMP_PLACE_UNDEFINED;projects/openmp/runtime/src/kmp_runtime.cpp
3770 root_thread->th.th_current_place = KMP_PLACE_UNDEFINED; 3771 root_thread->th.th_new_place = KMP_PLACE_UNDEFINED; 3772 root_thread->th.th_first_place = KMP_PLACE_UNDEFINED; 3773 root_thread->th.th_last_place = KMP_PLACE_UNDEFINED; 4363 new_thr->th.th_current_place = KMP_PLACE_UNDEFINED; 4364 new_thr->th.th_new_place = KMP_PLACE_UNDEFINED; 4365 new_thr->th.th_first_place = KMP_PLACE_UNDEFINED; 4366 new_thr->th.th_last_place = KMP_PLACE_UNDEFINED;