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

References

projects/openmp/runtime/src/kmp_lock.cpp
  615   return std::atomic_load_explicit(&lck->lk.depth_locked,
  767       &lck->lk.depth_locked, -1,
  783   std::atomic_store_explicit(&lck->lk.depth_locked, -1,
  812     std::atomic_fetch_add_explicit(&lck->lk.depth_locked, 1,
  818     std::atomic_store_explicit(&lck->lk.depth_locked, 1,
  849     retval = std::atomic_fetch_add_explicit(&lck->lk.depth_locked, 1,
  855     std::atomic_store_explicit(&lck->lk.depth_locked, 1,
  884   if ((std::atomic_fetch_add_explicit(&lck->lk.depth_locked, -1,
  919   std::atomic_store_explicit(&lck->lk.depth_locked, 0,
  926   std::atomic_store_explicit(&lck->lk.depth_locked, 0,