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

References

projects/openmp/runtime/src/kmp_affinity.cpp
 4890   th = __kmp_threads[gtid];
 4894     KMP_CPU_COPY(th->th.th_affin_mask, (kmp_affin_mask_t *)(*mask));
 4897   th->th.th_current_place = KMP_PLACE_UNDEFINED;
 4898   th->th.th_new_place = KMP_PLACE_UNDEFINED;
 4899   th->th.th_first_place = 0;
 4900   th->th.th_last_place = __kmp_affinity_num_masks - 1;
 4903   th->th.th_current_task->td_icvs.proc_bind = proc_bind_false;