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

References

projects/openmp/runtime/src/kmp_lock.cpp
  757   lck->lk.location = NULL;
  758   lck->lk.self = lck;
  758   lck->lk.self = lck;
  759   std::atomic_store_explicit(&lck->lk.next_ticket, 0U,
  761   std::atomic_store_explicit(&lck->lk.now_serving, 0U,
  764       &lck->lk.owner_id, 0,
  767       &lck->lk.depth_locked, -1,
  769   std::atomic_store_explicit(&lck->lk.initialized, true,