Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h29 ReportTypeMutexDestroyLocked, enumerator
H A Dtsan_suppressions.cpp78 case ReportTypeMutexDestroyLocked: in conv()
H A Dtsan_debugging.cpp29 case ReportTypeMutexDestroyLocked: return "locked-mutex-destroy"; in ReportTypeDescription()
H A Dtsan_rtl_mutex.cpp134 if (unlock_locked && ShouldReport(thr, ReportTypeMutexDestroyLocked)) in MutexDestroy()
561 ScopedReport rep(ReportTypeMutexDestroyLocked); in ReportDestroyLocked()
H A Dtsan_report.cpp78 case ReportTypeMutexDestroyLocked: in ReportTypeString()
H A Dtsan_rtl_report.cpp151 case ReportTypeMutexDestroyLocked: in ShouldReport()