Searched refs:ReportTypeMutexBadUnlock (Results 1 – 10 of 10) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_report.h | 31 ReportTypeMutexBadUnlock, enumerator
|
D | tsan_suppressions.cc | 85 else if (typ == ReportTypeMutexBadUnlock) in conv()
|
D | tsan_debugging.cc | 29 if (typ == ReportTypeMutexBadUnlock) return "mutex-bad-unlock"; in ReportTypeDescription()
|
D | tsan_rtl_mutex.cc | 224 ReportMutexMisuse(thr, pc, ReportTypeMutexBadUnlock, addr, mid); in MutexUnlock() 339 ReportMutexMisuse(thr, pc, ReportTypeMutexBadUnlock, addr, mid); in MutexReadOrWriteUnlock()
|
D | tsan_report.cc | 101 if (typ == ReportTypeMutexBadUnlock) in ReportTypeString()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_report.h | 32 ReportTypeMutexBadUnlock, enumerator
|
D | tsan_suppressions.cpp | 80 case ReportTypeMutexBadUnlock: in conv()
|
D | tsan_debugging.cpp | 32 case ReportTypeMutexBadUnlock: return "mutex-bad-unlock"; in ReportTypeDescription()
|
D | tsan_rtl_mutex.cpp | 248 ReportMutexMisuse(thr, pc, ReportTypeMutexBadUnlock, addr, mid); in MutexUnlock() 380 ReportMutexMisuse(thr, pc, ReportTypeMutexBadUnlock, addr, mid); in MutexReadOrWriteUnlock()
|
D | tsan_report.cpp | 100 case ReportTypeMutexBadUnlock: in ReportTypeString()
|