HomeSort by relevance Sort by last modified time
    Searched defs:InternalDeadlockDetector (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.h 69 class InternalDeadlockDetector {
71 InternalDeadlockDetector();
tsan_mutex.cc 127 InternalDeadlockDetector::InternalDeadlockDetector() {
132 void InternalDeadlockDetector::Lock(MutexType t) {
159 void InternalDeadlockDetector::Unlock(MutexType t) {
165 void InternalDeadlockDetector::CheckNoLocks() {

Completed in 253 milliseconds