Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h33 ReportTypeMutexBadReadUnlock, enumerator
Dtsan_suppressions.cc89 else if (typ == ReportTypeMutexBadReadUnlock) in conv()
Dtsan_debugging.cc31 if (typ == ReportTypeMutexBadReadUnlock) return "mutex-bad-read-unlock"; in ReportTypeDescription()
Dtsan_report.cc105 if (typ == ReportTypeMutexBadReadUnlock) in ReportTypeString()
Dtsan_rtl_mutex.cc292 ReportMutexMisuse(thr, pc, ReportTypeMutexBadReadUnlock, addr, mid); in MutexReadUnlock()