Lines Matching full:child
25 of its child processes terminates or stops due to tracing. If any child process
28 children. If that child process has died, it is discarded. If there are no
34 \fBwait3()\fR call, the status of the child process is stored in the integer
41 If the low-order 8 bits of \fI*statusp\fR are equal to 0177, the child process
51 0177, the child process terminated due to a signal; the low-order 7 bits of
60 Otherwise, the child process terminated due to an \fBexit()\fR call; the 8 bits
62 bits of the argument that the child process passed to \fBexit()\fR; see
76 available for any child process.
85 The status of any child processes that are stopped, and whose status has not
107 for any other child processes. If \fIpid\fR has a negative value, \fBwait4()\fR
108 return status only for child processes whose process group ID is equal to the
114 If \fBwait3()\fR or \fBwait4()\fR returns due to a stopped or terminated child
115 process, the process \fBID\fR of the child is returned to the calling process.
122 If \fBWNOHANG\fR was set in \fIoptions\fR, it has at least one child process
131 process \fBID\fR of the child process if they return due to a stopped or
132 terminated child process. Otherwise, they return \fB\(mi1\fR and set
145 The calling process has no existing unwaited-for child processes.
185 The process specified by \fIpid\fR does not exist or is not a child of the
233 a process receives a signal while awaiting termination of a child process,