摘要: vfork(2) #include <sys/types.h> #include <unistd.h> pid_t vfork(void); 功能:创建子进程并阻塞父进 1 #include<sys/types.h> 2 #include<unistd.h> 3 #include<stdio.h> 阅读全文
posted @ 2019-06-13 17:32 MoonXu 阅读(182) 评论(0) 推荐(0)
摘要: wait(2) wait3(2) wait4(2) waitpid(2) waitid(2) SEE ALSO _exit(2), clone(2), fork(2), kill(2), ptrace(2), sigaction(2), sig‐ nal(2), wait4(2), pthread_ 阅读全文
posted @ 2019-06-13 17:30 MoonXu 阅读(123) 评论(0) 推荐(0)