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

References

projects/openmp/runtime/src/kmp_lock.cpp
   94   if (KMP_ATOMIC_LD_RLX(&lck->lk.poll) == tas_free &&
   95       __kmp_atomic_compare_store_acq(&lck->lk.poll, tas_free, tas_busy)) {
   96     KMP_FSYNC_ACQUIRED(lck);
  101   KMP_FSYNC_PREPARE(lck);
  107   } while (KMP_ATOMIC_LD_RLX(&lck->lk.poll) != tas_free ||
  108            !__kmp_atomic_compare_store_acq(&lck->lk.poll, tas_free, tas_busy));
  109   KMP_FSYNC_ACQUIRED(lck);