Searched refs:SIGPIPE (Results 1 – 17 of 17) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/api/multithreaded/ |
| H A D | driver.cpp.template | 24 // 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 D | SysSignal.cpp | 48 case SIGPIPE: in Name()
|
| H A D | libdebugserver.cpp | 136 case SIGPIPE: in signal_handler() 333 signal(SIGPIPE, signal_handler); in debug_server_main()
|
| H A D | debugserver.cpp | 414 case SIGPIPE: in signal_handler() 936 signal(SIGPIPE, signal_handler); in main()
|
| /llvm-project-15.0.7/lldb/tools/driver/ |
| H A D | Platform.h | 38 #define SIGPIPE 13 macro
|
| H A D | Driver.cpp | 833 signal(SIGPIPE, SIG_IGN); in main()
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Signals.inc | 91 /// 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 D | linux.td | 84 Macro<"SIGPIPE">,
|
| /llvm-project-15.0.7/lldb/test/API/api/multiple-debuggers/ |
| H A D | multi-process-driver.cpp | 222 signal(SIGPIPE, SIG_IGN); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
| H A D | signal.cpp | 24 SIGPIPE,
|
| /llvm-project-15.0.7/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 147 signal(SIGPIPE, SIG_IGN); in main_platform()
|
| H A D | lldb-gdbserver.cpp | 327 signal(SIGPIPE, SIG_IGN); in main_gdbserver()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | CrashRecoveryContext.cpp | 385 if (Signal == SIGPIPE) in CrashRecoverySignalHandler()
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | Host.cpp | 270 case SIGPIPE: in GetSignalAsCString()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | z_Linux_util.cpp | 1176 #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 D | tsan_interceptors_posix.cpp | 120 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 D | tsan_interceptors_posix.cpp | 120 const int SIGPIPE = 13; variable 2074 sig == SIGABRT || sig == SIGFPE || sig == SIGPIPE || sig == SIGSYS || in is_sync_signal()
|