Searched refs:ReportTypeErrnoInSignal (Results 1 – 5 of 5) sorted by relevance
36 ReportTypeErrnoInSignal, enumerator
87 case ReportTypeErrnoInSignal: in conv()
92 case ReportTypeErrnoInSignal: in ReportTypeString()291 if (rep->typ == ReportTypeErrnoInSignal) in PrintReport()
36 case ReportTypeErrnoInSignal: return "errno-in-signal-handler"; in ReportTypeDescription()
2057 ScopedReport rep(ReportTypeErrnoInSignal); in ReportErrnoSpoiling()2059 if (!IsFiredSuppression(ctx, ReportTypeErrnoInSignal, stack)) { in ReportErrnoSpoiling()2123 if (ShouldReport(thr, ReportTypeErrnoInSignal) && !sync && sig != SIGTERM && in CallUserSignalHandler()