Lines Matching refs:pid
853 pid = fork()
854 if not pid:
866 return pid # Caller is responsible for waiting!
868 wpid, sts = waitpid(pid, 0)
878 If mode == P_NOWAIT return the pid of the process.
888 If mode == P_NOWAIT return the pid of the process.
900 If mode == P_NOWAIT return the pid of the process.
910 If mode == P_NOWAIT return the pid of the process.
927 If mode == P_NOWAIT return the pid of the process.
937 If mode == P_NOWAIT return the pid of the process.
955 If mode == P_NOWAIT return the pid of the process.
965 If mode == P_NOWAIT return the pid of the process.