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.cc129 InternalDeadlockDetector::InternalDeadlockDetector() { in InternalDeadlockDetector() function in __tsan::InternalDeadlockDetector
134 void InternalDeadlockDetector::Lock(MutexType t) { in Lock()
161 void InternalDeadlockDetector::Unlock(MutexType t) { in Unlock()
167 void InternalDeadlockDetector::CheckNoLocks() { in CheckNoLocks()
Dtsan_mutex.h71 class InternalDeadlockDetector {
73 InternalDeadlockDetector();
Dtsan_rtl.h386 InternalDeadlockDetector internal_deadlock_detector;