Home
last modified time | relevance | path

Searched refs:ReportTypeMutexDestroyLocked (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h29 ReportTypeMutexDestroyLocked, enumerator
H A Dtsan_suppressions.cpp77 case ReportTypeMutexDestroyLocked: in conv()
H A Dtsan_debugging.cpp29 case ReportTypeMutexDestroyLocked: return "locked-mutex-destroy"; in ReportTypeDescription()
H A Dtsan_rtl_mutex.cpp109 if (unlock_locked && ShouldReport(thr, ReportTypeMutexDestroyLocked)) { in MutexDestroy()
111 ScopedReport rep(ReportTypeMutexDestroyLocked); in MutexDestroy()
H A Dtsan_report.cpp94 case ReportTypeMutexDestroyLocked: in ReportTypeString()
H A Dtsan_rtl_report.cpp149 case ReportTypeMutexDestroyLocked: in ShouldReport()