Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h31 ReportTypeMutexBadUnlock, enumerator
Dtsan_suppressions.cc85 else if (typ == ReportTypeMutexBadUnlock) in conv()
Dtsan_debugging.cc29 if (typ == ReportTypeMutexBadUnlock) return "mutex-bad-unlock"; in ReportTypeDescription()
Dtsan_rtl_mutex.cc224 ReportMutexMisuse(thr, pc, ReportTypeMutexBadUnlock, addr, mid); in MutexUnlock()
339 ReportMutexMisuse(thr, pc, ReportTypeMutexBadUnlock, addr, mid); in MutexReadOrWriteUnlock()
Dtsan_report.cc101 if (typ == ReportTypeMutexBadUnlock) in ReportTypeString()