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

References

projects/openmp/runtime/src/kmp_barrier.cpp
 1425         kmp_int32 cancel_request = KMP_ATOMIC_LD_RLX(&team->t.t_cancel_request);
projects/openmp/runtime/src/kmp_cancel.cpp
  257     switch (KMP_ATOMIC_LD_RLX(&(this_team->t.t_cancel_request))) {
projects/openmp/runtime/src/kmp_lock.cpp
   73   return KMP_LOCK_STRIP(KMP_ATOMIC_LD_RLX(&lck->lk.poll)) - 1;
   94   if (KMP_ATOMIC_LD_RLX(&lck->lk.poll) == tas_free &&
  107   } while (KMP_ATOMIC_LD_RLX(&lck->lk.poll) != tas_free ||
  135   if (KMP_ATOMIC_LD_RLX(&lck->lk.poll) == tas_free &&
projects/openmp/runtime/src/kmp_tasking.cpp
 2317   reduce_data = KMP_ATOMIC_LD_RLX(&team->t.t_tg_reduce_data[is_ws]);
projects/openmp/runtime/src/z_Linux_util.cpp
 1387   int old_value = KMP_ATOMIC_LD_RLX(&th->th.th_suspend_init_count);