Lines Matching refs:child_ready_pipe
394 int child_ready_pipe[2], go_pipe[2];398 if (forks && (pipe(child_ready_pipe) < 0 || pipe(go_pipe) < 0)) {408 close(child_ready_pipe[0]);422 close(child_ready_pipe[1]);442 close(child_ready_pipe[1]);444 if (read(child_ready_pipe[0], &buf, 1) == -1)446 close(child_ready_pipe[0]);