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

References

projects/openmp/runtime/src/kmp_lock.cpp
   73   return KMP_LOCK_STRIP(KMP_ATOMIC_LD_RLX(&lck->lk.poll)) - 1;
  310   return KMP_LOCK_STRIP((TCR_4(lck->lk.poll) >> 1)) - 1;
  340     kmp_int32 cond = KMP_LOCK_STRIP(poll_val) & 1;
  452   if (KMP_LOCK_STRIP(poll_val) & 1) {