Home
last modified time | relevance | path

Searched refs:ReportTypeMutexBadUnlock (Results 1 – 10 of 10) 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()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_report.h32 ReportTypeMutexBadUnlock, enumerator
Dtsan_suppressions.cpp80 case ReportTypeMutexBadUnlock: in conv()
Dtsan_debugging.cpp32 case ReportTypeMutexBadUnlock: return "mutex-bad-unlock"; in ReportTypeDescription()
Dtsan_rtl_mutex.cpp248 ReportMutexMisuse(thr, pc, ReportTypeMutexBadUnlock, addr, mid); in MutexUnlock()
380 ReportMutexMisuse(thr, pc, ReportTypeMutexBadUnlock, addr, mid); in MutexReadOrWriteUnlock()
Dtsan_report.cpp100 case ReportTypeMutexBadUnlock: in ReportTypeString()