HomeSort by: relevance | last modified time | path
    Searched refs:ReportTypeMutexBadUnlock (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_report.h 32 ReportTypeMutexBadUnlock,
tsan_suppressions.cc 87 else if (typ == ReportTypeMutexBadUnlock)
tsan_debugging.cc 32 if (typ == ReportTypeMutexBadUnlock) return "mutex-bad-unlock";
tsan_rtl_mutex.cc 249 ReportMutexMisuse(thr, pc, ReportTypeMutexBadUnlock, addr, mid);
381 ReportMutexMisuse(thr, pc, ReportTypeMutexBadUnlock, addr, mid);
tsan_report.cc 100 if (typ == ReportTypeMutexBadUnlock)

Completed in 19 milliseconds