HomeSort by relevance Sort by last modified time
    Searched refs:ReportTypeMutexBadUnlock (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 31 ReportTypeMutexBadUnlock,
tsan_suppressions.cc 85 else if (typ == ReportTypeMutexBadUnlock)
tsan_debugging.cc 29 if (typ == ReportTypeMutexBadUnlock) return "mutex-bad-unlock";
tsan_report.cc 101 if (typ == ReportTypeMutexBadUnlock)
tsan_rtl_mutex.cc 224 ReportMutexMisuse(thr, pc, ReportTypeMutexBadUnlock, addr, mid);
339 ReportMutexMisuse(thr, pc, ReportTypeMutexBadUnlock, addr, mid);

Completed in 105 milliseconds