Lines Matching refs:child_ready
75 int child_ready[2];
81 if (pipe(comm_pipes->child_ready) < 0)
84 close(comm_pipes->child_ready[0]);
85 close(comm_pipes->child_ready[1]);
94 close(comm_pipes->child_ready[0]);
95 close(comm_pipes->child_ready[1]);
110 write(comm_pipes->child_ready[1], "0", 1);
151 write(comm_pipes->child_ready[1], "0", 1);
188 while (read(comm_pipes.child_ready[0], &buf, 1) != 1)
283 write(comm_pipes.child_ready[1], "0", 1);
300 while (read(comm_pipes.child_ready[0], &buf, 1) != 1)
411 write(comm_pipes.child_ready[1], "0", 1);
417 while (read(comm_pipes.child_ready[0], &buf, 1) != 1)
557 write(comm_pipes.child_ready[1], "0", 1);
564 while (read(comm_pipes.child_ready[0], &buf, 1) != 1)
1218 while (read(comm_pipes.child_ready[0], &buf, 1) != 1)