Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_report.h29 ReportTypeMutexDestroyLocked, enumerator
HDtsan_suppressions.cpp78 case ReportTypeMutexDestroyLocked: in conv()
HDtsan_debugging.cpp29 case ReportTypeMutexDestroyLocked: return "locked-mutex-destroy"; in ReportTypeDescription()
HDtsan_rtl_mutex.cpp134 if (unlock_locked && ShouldReport(thr, ReportTypeMutexDestroyLocked)) in MutexDestroy()
561 ScopedReport rep(ReportTypeMutexDestroyLocked); in ReportDestroyLocked()
HDtsan_report.cpp78 case ReportTypeMutexDestroyLocked: in ReportTypeString()
HDtsan_rtl_report.cpp151 case ReportTypeMutexDestroyLocked: in ShouldReport()