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.cc127 InternalDeadlockDetector::InternalDeadlockDetector() { in InternalDeadlockDetector() function in __tsan::InternalDeadlockDetector
132 void InternalDeadlockDetector::Lock(MutexType t) { in Lock()
159 void InternalDeadlockDetector::Unlock(MutexType t) { in Unlock()
165 void InternalDeadlockDetector::CheckNoLocks() { in CheckNoLocks()
Dtsan_mutex.h69 class InternalDeadlockDetector {
71 InternalDeadlockDetector();
Dtsan_rtl.h385 InternalDeadlockDetector internal_deadlock_detector;