Searched refs:ReportTypeDeadlock (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp37 case ReportTypeDeadlock: return "lock-order-inversion";
H A Dtsan_report.cpp110 case ReportTypeDeadlock:
325 if (rep->typ == ReportTypeDeadlock) {
372 if (rep->typ != ReportTypeDeadlock) {
467 } else if (rep->typ == ReportTypeDeadlock) {
H A Dtsan_report.h37 ReportTypeDeadlock enumerator in enum:__tsan::ReportType
H A Dtsan_rtl_mutex.cpp517 ScopedReport rep(ReportTypeDeadlock);
H A Dtsan_suppressions.cpp87 case ReportTypeDeadlock:

Completed in 164 milliseconds