Home
last modified time | relevance | path

Searched refs:SIGPIPE (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/api/multithreaded/
H A Ddriver.cpp.template24 // Ignore SIGPIPE. The lldb driver does this as well,
28 signal(SIGPIPE, SIG_IGN);
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DSysSignal.cpp48 case SIGPIPE: in Name()
H A Dlibdebugserver.cpp136 case SIGPIPE: in signal_handler()
333 signal(SIGPIPE, signal_handler); in debug_server_main()
H A Ddebugserver.cpp414 case SIGPIPE: in signal_handler()
936 signal(SIGPIPE, signal_handler); in main()
/llvm-project-15.0.7/lldb/tools/driver/
H A DPlatform.h38 #define SIGPIPE 13 macro
H A DDriver.cpp833 signal(SIGPIPE, SIG_IGN); in main()
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DSignals.inc91 /// The function to call on SIGPIPE (one-time use only).
243 array_lengthof(InfoSigs) + 1 /* SIGPIPE */;
329 registerHandler(SIGPIPE, SignalKind::IsKill);
358 if (llvm::is_contained(IntSigs, Sig) || Sig == SIGPIPE)
380 if (Sig == SIGPIPE)
390 if (Sig == SIGPIPE || IsIntSig) {
/llvm-project-15.0.7/libc/spec/
H A Dlinux.td84 Macro<"SIGPIPE">,
/llvm-project-15.0.7/lldb/test/API/api/multiple-debuggers/
H A Dmulti-process-driver.cpp222 signal(SIGPIPE, SIG_IGN); in main()
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dsignal.cpp24 SIGPIPE,
/llvm-project-15.0.7/lldb/tools/lldb-server/
H A Dlldb-platform.cpp147 signal(SIGPIPE, SIG_IGN); in main_platform()
H A Dlldb-gdbserver.cpp327 signal(SIGPIPE, SIG_IGN); in main_gdbserver()
/llvm-project-15.0.7/llvm/lib/Support/
H A DCrashRecoveryContext.cpp385 if (Signal == SIGPIPE) in CrashRecoverySignalHandler()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DHost.cpp270 case SIGPIPE: in GetSignalAsCString()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dz_Linux_util.cpp1176 #ifdef SIGPIPE in __kmp_install_signals()
1177 __kmp_install_one_handler(SIGPIPE, __kmp_team_handler, parallel_init); in __kmp_install_signals()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp120 const int SIGPIPE = 13; variable
2070 sig == SIGABRT || sig == SIGFPE || sig == SIGPIPE || sig == SIGSYS || in is_sync_signal()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp120 const int SIGPIPE = 13; variable
2074 sig == SIGABRT || sig == SIGFPE || sig == SIGPIPE || sig == SIGSYS || in is_sync_signal()