my_pid 820 ext/standard/proc_open.c int my_pid = getpid(); my_pid 829 ext/standard/proc_open.c setpgid(my_pid, my_pid); my_pid 830 ext/standard/proc_open.c tcsetpgrp(0, my_pid);