Lines Matching refs:child_ready
84 int child_ready[2];
90 if (pipe(comm_pipes->child_ready) < 0) {
96 close(comm_pipes->child_ready[0]);
97 close(comm_pipes->child_ready[1]);
106 close(comm_pipes->child_ready[0]);
107 close(comm_pipes->child_ready[1]);
122 write(comm_pipes->child_ready[1], "0", 1);
163 write(comm_pipes->child_ready[1], "0", 1);
201 while (read(comm_pipes.child_ready[0], &buf, 1) != 1)
324 write(comm_pipes.child_ready[1], "0", 1);
342 while (read(comm_pipes.child_ready[0], &buf, 1) != 1)
473 write(comm_pipes.child_ready[1], "0", 1);
479 while (read(comm_pipes.child_ready[0], &buf, 1) != 1)
638 write(comm_pipes.child_ready[1], "0", 1);
645 while (read(comm_pipes.child_ready[0], &buf, 1) != 1)
1357 while (read(comm_pipes.child_ready[0], &buf, 1) != 1)