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

  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 29 ReportTypeMutexDoubleLock,
tsan_suppressions.cc 81 else if (typ == ReportTypeMutexDoubleLock)
tsan_debugging.cc 27 if (typ == ReportTypeMutexDoubleLock) return "mutex-double-lock";
tsan_report.cc 97 if (typ == ReportTypeMutexDoubleLock)
tsan_rtl_mutex.cc 182 ReportMutexMisuse(thr, pc, ReportTypeMutexDoubleLock, addr, mid);

Completed in 5584 milliseconds