Searched refs:clone_pid (Results 1 – 1 of 1) sorted by relevance
28 pid_t clone_pid = clone(Child, sp, CLONE_FILES | CLONE_VM, NULL); in main() local30 pid_t wait_result = waitpid(clone_pid, &status, __WCLONE); in main()35 if (wait_result == clone_pid && WIFEXITED(status)) { in main()