Home
last modified time | relevance | path

Searched refs:deadlock_detector (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.cpp218 InternalDeadlockDetector deadlock_detector; variable
220 void CheckedMutex::LockImpl(uptr pc) { deadlock_detector.Lock(type_, pc); } in LockImpl()
222 void CheckedMutex::UnlockImpl() { deadlock_detector.Unlock(type_); } in UnlockImpl()
224 void CheckedMutex::CheckNoLocksImpl() { deadlock_detector.CheckNoLocks(); } in CheckNoLocksImpl()