Searched defs:InternalDeadlockDetector (Results 1 – 3 of 3) sorted by relevance
140 struct InternalDeadlockDetector { struct141 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()
128 InternalDeadlockDetector::InternalDeadlockDetector() { in InternalDeadlockDetector() function in __tsan::InternalDeadlockDetector
130 InternalDeadlockDetector::InternalDeadlockDetector() { in InternalDeadlockDetector() function in __tsan::InternalDeadlockDetector