HomeSort by relevance Sort by last modified time
    Searched refs:ReportTypeSignalUnsafe (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 34 ReportTypeSignalUnsafe,
tsan_suppressions.cc 91 else if (typ == ReportTypeSignalUnsafe)
tsan_mman.cc 141 if (IsFiredSuppression(ctx, ReportTypeSignalUnsafe, stack))
144 ScopedReport rep(ReportTypeSignalUnsafe);
tsan_debugging.cc 32 if (typ == ReportTypeSignalUnsafe) return "signal-unsafe-call";
tsan_report.cc 107 if (typ == ReportTypeSignalUnsafe)

Completed in 325 milliseconds