reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_affinity.cpp
 4761     th->th.th_new_place = i;
 4816   KMP_ASSERT(th->th.th_new_place >= 0);
 4817   KMP_ASSERT((unsigned)th->th.th_new_place <= __kmp_affinity_num_masks);
 4819     KMP_ASSERT((th->th.th_new_place >= th->th.th_first_place) &&
 4820                (th->th.th_new_place <= th->th.th_last_place));
 4822     KMP_ASSERT((th->th.th_new_place <= th->th.th_first_place) ||
 4823                (th->th.th_new_place >= th->th.th_last_place));
 4829       KMP_CPU_INDEX(__kmp_affinity_masks, th->th.th_new_place);
 4831   th->th.th_current_place = th->th.th_new_place;
 4898   th->th.th_new_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_runtime.cpp
 3771   root_thread->th.th_new_place = KMP_PLACE_UNDEFINED;
 4058   this_thr->th.th_new_place = this_thr->th.th_current_place;
 4364   new_thr->th.th_new_place = KMP_PLACE_UNDEFINED;
 4553       th->th.th_new_place = masters_place;
 4590         th->th.th_new_place = place;
 4615         th->th.th_new_place = place;
 4687           th->th.th_new_place = place;
 4781             th->th.th_new_place = place;
 4814         th->th.th_new_place = place;