Home
last modified time | relevance | path

Searched defs:InternalDeadlockDetector (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.cpp140 struct InternalDeadlockDetector { struct
141 struct LockDesc {
146 int initialized;
147 u64 sequence;
148 LockDesc locked[kMutexTypeMax];
150 void Lock(MutexType type, uptr pc) { in Lock()
185 void Unlock(MutexType type) { in Unlock()
197 void CheckNoLocks() { in CheckNoLocks()
201 bool Initialize(MutexType type) { in Initialize()