Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h33 ReportTypeMutexBadReadLock, enumerator
H A Dtsan_suppressions.cpp81 case ReportTypeMutexBadReadLock: in conv()
H A Dtsan_debugging.cpp33 case ReportTypeMutexBadReadLock: return "mutex-bad-read-lock"; in ReportTypeDescription()
H A Dtsan_report.cpp86 case ReportTypeMutexBadReadLock: in ReportTypeString()
H A Dtsan_rtl_mutex.cpp316 ReportMutexMisuse(thr, pc, ReportTypeMutexBadReadLock, addr, in MutexPostReadLock()