Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
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.cpp205 ReportMutexMisuse(thr, pc, ReportTypeMutexDoubleLock, addr, mid); in MutexPostLock()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_report.h28 ReportTypeMutexDoubleLock, enumerator
H A Dtsan_suppressions.cc81 else if (typ == ReportTypeMutexDoubleLock) in conv()
H A Dtsan_debugging.cc28 if (typ == ReportTypeMutexDoubleLock) return "mutex-double-lock"; in ReportTypeDescription()
H A Dtsan_report.cc94 if (typ == ReportTypeMutexDoubleLock) in ReportTypeString()
H A Dtsan_rtl_mutex.cc205 ReportMutexMisuse(thr, pc, ReportTypeMutexDoubleLock, addr, mid); in MutexPostLock()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_report.h30 ReportTypeMutexDoubleLock, enumerator
H A Dtsan_suppressions.cc83 else if (typ == ReportTypeMutexDoubleLock) in conv()
H A Dtsan_debugging.cc30 if (typ == ReportTypeMutexDoubleLock) return "mutex-double-lock"; in ReportTypeDescription()
H A Dtsan_report.cc96 if (typ == ReportTypeMutexDoubleLock) in ReportTypeString()
H A Dtsan_rtl_mutex.cc207 ReportMutexMisuse(thr, pc, ReportTypeMutexDoubleLock, addr, mid); in MutexPostLock()