Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h35 ReportTypeErrnoInSignal, enumerator
Dtsan_suppressions.cc93 else if (typ == ReportTypeErrnoInSignal) in conv()
Dtsan_debugging.cc33 if (typ == ReportTypeErrnoInSignal) return "errno-in-signal-handler"; in ReportTypeDescription()
Dtsan_report.cc109 if (typ == ReportTypeErrnoInSignal) in ReportTypeString()
Dtsan_interceptors.cc1819 ScopedReport rep(ReportTypeErrnoInSignal); in CallUserSignalHandler()
1820 if (!IsFiredSuppression(ctx, ReportTypeErrnoInSignal, stack)) { in CallUserSignalHandler()