Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_report.h30 ReportTypeMutexBadUnlock, enumerator
HDtsan_suppressions.cc82 else if (typ == ReportTypeMutexBadUnlock) in conv()
HDtsan_rtl_mutex.cc223 ReportMutexMisuse(thr, pc, ReportTypeMutexBadUnlock, addr, mid); in MutexUnlock()
338 ReportMutexMisuse(thr, pc, ReportTypeMutexBadUnlock, addr, mid); in MutexReadOrWriteUnlock()
HDtsan_report.cc99 if (typ == ReportTypeMutexBadUnlock) in ReportTypeString()