my_pid 843 ext/standard/proc_open.c int my_pid = getpid(); my_pid 852 ext/standard/proc_open.c setpgid(my_pid, my_pid); my_pid 853 ext/standard/proc_open.c tcsetpgrp(0, my_pid);