Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_mutex.cc128 InternalDeadlockDetector::InternalDeadlockDetector() { in InternalDeadlockDetector() function in __tsan::InternalDeadlockDetector
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mutex.cc130 InternalDeadlockDetector::InternalDeadlockDetector() { in InternalDeadlockDetector() function in __tsan::InternalDeadlockDetector