Searched refs:ReportTypeMutexDoubleLock (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_report.h | 30 ReportTypeMutexDoubleLock, enumerator
|
H A D | tsan_suppressions.cpp | 78 case ReportTypeMutexDoubleLock: in conv()
|
H A D | tsan_debugging.cpp | 30 case ReportTypeMutexDoubleLock: return "mutex-double-lock"; in ReportTypeDescription()
|
H A D | tsan_report.cpp | 80 case ReportTypeMutexDoubleLock: in ReportTypeString()
|
H A D | tsan_rtl_mutex.cpp | 205 ReportMutexMisuse(thr, pc, ReportTypeMutexDoubleLock, addr, mid); in MutexPostLock()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_report.h | 28 ReportTypeMutexDoubleLock, enumerator
|
H A D | tsan_suppressions.cc | 81 else if (typ == ReportTypeMutexDoubleLock) in conv()
|
H A D | tsan_debugging.cc | 28 if (typ == ReportTypeMutexDoubleLock) return "mutex-double-lock"; in ReportTypeDescription()
|
H A D | tsan_report.cc | 94 if (typ == ReportTypeMutexDoubleLock) in ReportTypeString()
|
H A D | tsan_rtl_mutex.cc | 205 ReportMutexMisuse(thr, pc, ReportTypeMutexDoubleLock, addr, mid); in MutexPostLock()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_report.h | 30 ReportTypeMutexDoubleLock, enumerator
|
H A D | tsan_suppressions.cc | 83 else if (typ == ReportTypeMutexDoubleLock) in conv()
|
H A D | tsan_debugging.cc | 30 if (typ == ReportTypeMutexDoubleLock) return "mutex-double-lock"; in ReportTypeDescription()
|
H A D | tsan_report.cc | 96 if (typ == ReportTypeMutexDoubleLock) in ReportTypeString()
|
H A D | tsan_rtl_mutex.cc | 207 ReportMutexMisuse(thr, pc, ReportTypeMutexDoubleLock, addr, mid); in MutexPostLock()
|