Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
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()
Dtsan_mutex.h72 class InternalDeadlockDetector {
74 InternalDeadlockDetector();
Dtsan_rtl.h414 InternalDeadlockDetector internal_deadlock_detector;