Searched refs:child_ready (Results 1 – 1 of 1) sorted by relevance
91 int child_ready[2]; member97 if (pipe(comm_pipes->child_ready) < 0) { in setup_comm_pipes()103 close(comm_pipes->child_ready[0]); in setup_comm_pipes()104 close(comm_pipes->child_ready[1]); in setup_comm_pipes()113 close(comm_pipes->child_ready[0]); in close_comm_pipes()114 close(comm_pipes->child_ready[1]); in close_comm_pipes()129 write(comm_pipes->child_ready[1], "0", 1); in child_memcmp_fn()170 write(comm_pipes->child_ready[1], "0", 1); in child_vmsplice_memcmp_fn()208 while (read(comm_pipes.child_ready[0], &buf, 1) != 1) in do_test_cow_in_parent()331 write(comm_pipes.child_ready[1], "0", 1); in do_test_vmsplice_in_parent()[all …]