Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h32 ReportTypeMutexBadUnlock, enumerator
H A Dtsan_suppressions.cc81 case ReportTypeMutexBadUnlock: in conv()
H A Dtsan_debugging.cc33 case ReportTypeMutexBadUnlock: return "mutex-bad-unlock"; in ReportTypeDescription()
H A Dtsan_rtl_mutex.cc249 ReportMutexMisuse(thr, pc, ReportTypeMutexBadUnlock, addr, mid); in MutexUnlock()
381 ReportMutexMisuse(thr, pc, ReportTypeMutexBadUnlock, addr, mid); in MutexReadOrWriteUnlock()
H A Dtsan_report.cc101 case ReportTypeMutexBadUnlock: in ReportTypeString()