Searched refs:SIGPIPE (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsignal.h100 #define SIGPIPE 13 /* write on a pipe with no one to read it */ macro
587 sigmask(SIGPIPE))
/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c469 *ux_signal = SIGPIPE;
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_socket.c179 /* Generation of SIGPIPE can be controlled per socket */
182 psignal(procp, SIGPIPE);
H A Dsys_generic.c590 /* The socket layer handles SIGPIPE */
594 psignal(vfs_context_proc(ctx), SIGPIPE); local
683 /* The socket layer handles SIGPIPE */
686 psignal(p, SIGPIPE);
H A Duipc_syscalls.c877 /* Generation of SIGPIPE can be controlled per socket */
879 psignal(p, SIGPIPE);

Completed in 225 milliseconds