Searched refs:child_ready (Results 1 – 1 of 1) sorted by relevance
240 int child_ready[2]; in test_migrate_other_process() local244 if (pipe(child_ready) == -1) in test_migrate_other_process()258 close(child_ready[0]); in test_migrate_other_process()271 if (write(child_ready[1], &tmp, 1) != 1) in test_migrate_other_process()281 close(child_ready[1]); in test_migrate_other_process()285 close(child_ready[1]); in test_migrate_other_process()293 if (read(child_ready[0], &tmp, 1) != 1) in test_migrate_other_process()302 close(child_ready[0]); in test_migrate_other_process()