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

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

Completed in 101 milliseconds