Searched refs:ReportTypeErrnoInSignal (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_report.h | 36 ReportTypeErrnoInSignal, enumerator
|
H A D | tsan_suppressions.cpp | 85 case ReportTypeErrnoInSignal: in conv()
|
H A D | tsan_debugging.cpp | 36 case ReportTypeErrnoInSignal: return "errno-in-signal-handler"; in ReportTypeDescription()
|
H A D | tsan_report.cpp | 92 case ReportTypeErrnoInSignal: in ReportTypeString()
|
H A D | tsan_interceptors_posix.cpp | 1958 ScopedReport rep(ReportTypeErrnoInSignal); in ReportErrnoSpoiling() 1959 if (!IsFiredSuppression(ctx, ReportTypeErrnoInSignal, stack)) { in ReportErrnoSpoiling() 2022 if (ShouldReport(thr, ReportTypeErrnoInSignal) && !sync && sig != SIGTERM && in CallUserSignalHandler()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_report.h | 34 ReportTypeErrnoInSignal, enumerator
|
H A D | tsan_suppressions.cc | 93 else if (typ == ReportTypeErrnoInSignal) in conv()
|
H A D | tsan_debugging.cc | 34 if (typ == ReportTypeErrnoInSignal) return "errno-in-signal-handler"; in ReportTypeDescription()
|
H A D | tsan_report.cc | 106 if (typ == ReportTypeErrnoInSignal) in ReportTypeString()
|
H A D | tsan_interceptors.cc | 1897 ScopedReport rep(ReportTypeErrnoInSignal); in CallUserSignalHandler() 1898 if (!IsFiredSuppression(ctx, ReportTypeErrnoInSignal, stack)) { in CallUserSignalHandler()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_report.h | 36 ReportTypeErrnoInSignal, enumerator
|
H A D | tsan_suppressions.cc | 95 else if (typ == ReportTypeErrnoInSignal) in conv()
|
H A D | tsan_debugging.cc | 36 if (typ == ReportTypeErrnoInSignal) return "errno-in-signal-handler"; in ReportTypeDescription()
|
H A D | tsan_report.cc | 108 if (typ == ReportTypeErrnoInSignal) in ReportTypeString()
|
H A D | tsan_interceptors.cc | 1939 ScopedReport rep(ReportTypeErrnoInSignal); in CallUserSignalHandler() 1940 if (!IsFiredSuppression(ctx, ReportTypeErrnoInSignal, stack)) { in CallUserSignalHandler()
|