Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mutex.cpp216 static THREADLOCAL InternalDeadlockDetector deadlock_detector; variable
218 void CheckedMutex::LockImpl(uptr pc) { deadlock_detector.Lock(type_, pc); } in LockImpl()
220 void CheckedMutex::UnlockImpl() { deadlock_detector.Unlock(type_); } in UnlockImpl()
222 void CheckedMutex::CheckNoLocksImpl() { deadlock_detector.CheckNoLocks(); } in CheckNoLocksImpl()