Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_mutex.cc128 InternalDeadlockDetector::InternalDeadlockDetector() { in InternalDeadlockDetector() function in __tsan::InternalDeadlockDetector
133 void InternalDeadlockDetector::Lock(MutexType t) { in Lock()
160 void InternalDeadlockDetector::Unlock(MutexType t) { in Unlock()
166 void InternalDeadlockDetector::CheckNoLocks() { in CheckNoLocks()
H A Dtsan_mutex.h70 class InternalDeadlockDetector {
72 InternalDeadlockDetector();
H A Dtsan_rtl.h426 InternalDeadlockDetector internal_deadlock_detector;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mutex.cc130 InternalDeadlockDetector::InternalDeadlockDetector() { in InternalDeadlockDetector() function in __tsan::InternalDeadlockDetector
135 void InternalDeadlockDetector::Lock(MutexType t) { in Lock()
162 void InternalDeadlockDetector::Unlock(MutexType t) { in Unlock()
168 void InternalDeadlockDetector::CheckNoLocks() { in CheckNoLocks()
H A Dtsan_mutex.h72 class InternalDeadlockDetector {
74 InternalDeadlockDetector();
H A Dtsan_rtl.h430 InternalDeadlockDetector internal_deadlock_detector;
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mutex.cpp140 struct InternalDeadlockDetector { struct
216 static THREADLOCAL InternalDeadlockDetector deadlock_detector;