Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_report.h31 ReportTypeMutexBadReadLock, enumerator
HDtsan_suppressions.cc84 else if (typ == ReportTypeMutexBadReadLock) in conv()
HDtsan_report.cc101 if (typ == ReportTypeMutexBadReadLock) in ReportTypeString()
HDtsan_rtl_mutex.cc259 ReportMutexMisuse(thr, pc, ReportTypeMutexBadReadLock, addr, mid); in MutexReadLock()