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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector.h
   89         if (all_locks_with_contexts_[i].lock == static_cast<u32>(lock_id)) {
  101       if (all_locks_with_contexts_[i].lock == static_cast<u32>(lock_id))
  112   uptr getLock(uptr idx) const { return all_locks_with_contexts_[idx].lock; }