pid_t waitpid(pid_t pid, int *status, int options); ... The waitpid() system call suspends execution of the calling process until a child specified by pid ...
確定! 回上一頁