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

  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 33 ReportTypeMutexBadReadUnlock,
tsan_suppressions.cc 89 else if (typ == ReportTypeMutexBadReadUnlock)
tsan_debugging.cc 31 if (typ == ReportTypeMutexBadReadUnlock) return "mutex-bad-read-unlock";
tsan_report.cc 105 if (typ == ReportTypeMutexBadReadUnlock)
tsan_rtl_mutex.cc 292 ReportMutexMisuse(thr, pc, ReportTypeMutexBadReadUnlock, addr, mid);

Completed in 74 milliseconds