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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 4530   team->t.t_last_place = last_place;
 4552       th->th.th_last_place = last_place;
 4570     if (first_place <= last_place) {
 4571       n_places = last_place - first_place + 1;
 4573       n_places = __kmp_affinity_num_masks - first_place + last_place + 1;
 4581         if (place == last_place) {
 4589         th->th.th_last_place = last_place;
 4614         th->th.th_last_place = last_place;
 4626           if (place == last_place) {
 4637           if (place == last_place) {
 4663     if (first_place <= last_place) {
 4664       n_places = last_place - first_place + 1;
 4666       n_places = __kmp_affinity_num_masks - first_place + last_place + 1;
 4694             if (place == last_place) {
 4704             if (place == last_place) {
 4717           if (place == last_place) {
 4825           if (place == last_place) {
 4836           if (place == last_place) {