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

References

projects/openmp/runtime/src/kmp_affinity.cpp
 4710   if (th->th.th_affin_mask == NULL) {
 4711     KMP_CPU_ALLOC(th->th.th_affin_mask);
 4713     KMP_CPU_ZERO(th->th.th_affin_mask);
 4759   th->th.th_current_place = i;
 4761     th->th.th_new_place = i;
 4762     th->th.th_first_place = 0;
 4763     th->th.th_last_place = __kmp_affinity_num_masks - 1;
 4767     th->th.th_first_place = 0;
 4768     th->th.th_last_place = __kmp_affinity_num_masks - 1;
 4779   KMP_CPU_COPY(th->th.th_affin_mask, mask);
 4787                               th->th.th_affin_mask);
 4800     __kmp_set_system_affinity(th->th.th_affin_mask, TRUE);