Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h36 ReportTypeErrnoInSignal, enumerator
H A Dtsan_suppressions.cpp85 case ReportTypeErrnoInSignal: in conv()
H A Dtsan_debugging.cpp36 case ReportTypeErrnoInSignal: return "errno-in-signal-handler"; in ReportTypeDescription()
H A Dtsan_report.cpp108 case ReportTypeErrnoInSignal: in ReportTypeString()
H A Dtsan_interceptors_posix.cpp1988 if (ShouldReport(thr, ReportTypeErrnoInSignal) && !sync && sig != SIGTERM && in CallUserSignalHandler()
1995 ScopedReport rep(ReportTypeErrnoInSignal); in CallUserSignalHandler()
1996 if (!IsFiredSuppression(ctx, ReportTypeErrnoInSignal, stack)) { in CallUserSignalHandler()