Home | History | Annotate | Download | only in sigrelse

Lines Matching refs:write_pipe

132 static int write_pipe(int fd, char *msg);
286 if (write_pipe(pipe_fd2[1], READY) < 0) {
360 /* the write() call failed in child's write_pipe */
427 if (write_pipe(pipe_fd[1], note) < 0) {
429 * write_pipe() failed. Set exit value to WRITE_BROK to let
509 if (write_pipe(pipe_fd[1], note) < 0) {
511 * write_pipe() failed. Set exit value to WRITE_BROK to let
630 * write_pipe(msg) : write msg to pipe. If it fails, put message in
633 static int write_pipe(int fd, char *msg)
637 printf("write_pipe: pid=%d, sending %s.\n", getpid(), msg);
648 } /* end of write_pipe */