HomeSort by: relevance | last modified time | path
    Searched refs:ReportTypeErrnoInSignal (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_report.h 36 ReportTypeErrnoInSignal,
tsan_suppressions.cc 95 else if (typ == ReportTypeErrnoInSignal)
tsan_debugging.cc 36 if (typ == ReportTypeErrnoInSignal) return "errno-in-signal-handler";
tsan_report.cc 108 if (typ == ReportTypeErrnoInSignal)
tsan_interceptors.cc 1939 ScopedReport rep(ReportTypeErrnoInSignal);
1940 if (!IsFiredSuppression(ctx, ReportTypeErrnoInSignal, stack)) {

Completed in 14 milliseconds