sigchld_pipe 451 lib/services/services_linux.c static int sigchld_pipe[2] = { -1, -1 }; sigchld_pipe 456 lib/services/services_linux.c if ((sigchld_pipe[1] >= 0) && (write(sigchld_pipe[1], "", 1) == -1)) { sigchld_pipe 478 lib/services/services_linux.c sfd = sigchld_pipe[0]; sigchld_pipe 635 lib/services/services_linux.c close(sigchld_pipe[0]); \ sigchld_pipe 636 lib/services/services_linux.c close(sigchld_pipe[1]); \ sigchld_pipe 637 lib/services/services_linux.c sigchld_pipe[0] = sigchld_pipe[1] = -1; \ sigchld_pipe 691 lib/services/services_linux.c if(pipe(sigchld_pipe) == -1) { sigchld_pipe 695 lib/services/services_linux.c rc = crm_set_nonblocking(sigchld_pipe[0]); sigchld_pipe 700 lib/services/services_linux.c rc = crm_set_nonblocking(sigchld_pipe[1]);