Home
last modified time | relevance | path

Searched refs:ReportTypeMutexDoubleLock (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h29 ReportTypeMutexDoubleLock, enumerator
Dtsan_suppressions.cc81 else if (typ == ReportTypeMutexDoubleLock) in conv()
Dtsan_debugging.cc27 if (typ == ReportTypeMutexDoubleLock) return "mutex-double-lock"; in ReportTypeDescription()
Dtsan_report.cc97 if (typ == ReportTypeMutexDoubleLock) in ReportTypeString()
Dtsan_rtl_mutex.cc182 ReportMutexMisuse(thr, pc, ReportTypeMutexDoubleLock, addr, mid); in MutexLock()