Lines Matching full:child
49 waitpid \- wait for child process to change state
63 status information for one of its terminated child processes is available, or
72 The \fIpid\fR argument specifies a set of child processes for which status is
78 If \fIpid\fR is less than \fB(pid_t)\(mi1\fR, status is requested for any child
86 If \fIpid\fR is equal to \fB(pid_t)\(mi1\fR, status is requested for any child
93 If \fIpid\fR is equal to \fB(pid_t)0\fR status is requested for any child
101 of the child process for which status is requested.
105 One instance of a \fBSIGCHLD\fR signal is queued for each child process whose
106 status has changed. If \fBwaitpid()\fR returns because the status of a child
108 pending \fBSIGCHLD\fR signal associated with the process ID of that child
118 If \fBwaitpid()\fR returns because the status of a child process is available,
121 \fIstat_loc\fR, the status of the child process will be stored in the location
133 The status of any continued child process specified by \fIpid\fR, whose status
145 if status is not immediately available for one of the child processes specified
165 The status of any child processes specified by \fIpid\fR that are stopped, and
173 If \fBwaitpid()\fR returns because the status of a child process is available,
174 it returns a value equal to the process \fBID\fR of the child process for which
178 \fIoptions\fR, it has at least one child process specified by \fIpid\fR for
193 child of the calling process or can never be in the states specified by