Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h30 ReportTypeMutexBadReadUnlock, enumerator
Dtsan_suppressions.cc112 else if (typ == ReportTypeMutexBadReadUnlock) in conv()
Dtsan_report.cc83 if (typ == ReportTypeMutexBadReadUnlock) in ReportTypeString()
Dtsan_rtl_mutex.cc294 ReportMutexMisuse(thr, pc, ReportTypeMutexBadReadUnlock, addr, mid); in MutexReadUnlock()