Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h32 ReportTypeMutexBadUnlock, enumerator
H A Dtsan_suppressions.cpp81 case ReportTypeMutexBadUnlock: in conv()
H A Dtsan_debugging.cpp32 case ReportTypeMutexBadUnlock: return "mutex-bad-unlock"; in ReportTypeDescription()
H A Dtsan_rtl_mutex.cpp257 ReportMutexMisuse(thr, pc, ReportTypeMutexBadUnlock, addr, in MutexUnlock()
411 ReportMutexMisuse(thr, pc, ReportTypeMutexBadUnlock, addr, in MutexReadOrWriteUnlock()
H A Dtsan_report.cpp84 case ReportTypeMutexBadUnlock: in ReportTypeString()