Searched refs:child_ready (Results 1 – 1 of 1) sorted by relevance
109 int child_ready[2]; member115 if (pipe(comm_pipes->child_ready) < 0) in setup_comm_pipes()118 close(comm_pipes->child_ready[0]); in setup_comm_pipes()119 close(comm_pipes->child_ready[1]); in setup_comm_pipes()128 close(comm_pipes->child_ready[0]); in close_comm_pipes()129 close(comm_pipes->child_ready[1]); in close_comm_pipes()144 write(comm_pipes->child_ready[1], "0", 1); in child_memcmp_fn()185 write(comm_pipes->child_ready[1], "0", 1); in child_vmsplice_memcmp_fn()222 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 …]