更精細控制parent/child process 間的資源共享; fork/vfork/pthread_create ... #include <sys/types.h> #include <sys/wait.h> pid_t waitpid(pid_t pid, ...
確定! 回上一頁