Home
last modified time | relevance | path

Searched refs:ReportTypeMutexDoubleLock (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h30 ReportTypeMutexDoubleLock, enumerator
H A Dtsan_suppressions.cpp78 case ReportTypeMutexDoubleLock: in conv()
H A Dtsan_debugging.cpp30 case ReportTypeMutexDoubleLock: return "mutex-double-lock"; in ReportTypeDescription()
H A Dtsan_report.cpp80 case ReportTypeMutexDoubleLock: in ReportTypeString()
H A Dtsan_rtl_mutex.cpp208 ReportMutexMisuse(thr, pc, ReportTypeMutexDoubleLock, addr, in MutexPostLock()