Home
last modified time | relevance | path

Searched refs:ReportTypeErrnoInSignal (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h36 ReportTypeErrnoInSignal, enumerator
H A Dtsan_suppressions.cpp87 case ReportTypeErrnoInSignal: in conv()
H A Dtsan_report.cpp92 case ReportTypeErrnoInSignal: in ReportTypeString()
291 if (rep->typ == ReportTypeErrnoInSignal) in PrintReport()
H A Dtsan_debugging.cpp36 case ReportTypeErrnoInSignal: return "errno-in-signal-handler"; in ReportTypeDescription()
H A Dtsan_interceptors_posix.cpp2057 ScopedReport rep(ReportTypeErrnoInSignal); in ReportErrnoSpoiling()
2059 if (!IsFiredSuppression(ctx, ReportTypeErrnoInSignal, stack)) { in ReportErrnoSpoiling()
2123 if (ShouldReport(thr, ReportTypeErrnoInSignal) && !sync && sig != SIGTERM && in CallUserSignalHandler()