Lines Matching full:parent

85 process (parent process). The child process inherits the following attributes
86 from the parent process:
249 might or might not be in the same process contract as the parent (see
250 \fBprocess\fR(5)). The child process differs from the parent process in the
263 The child process has a different parent process \fBID\fR (that is, the process
264 \fBID\fR of the parent process).
270 The child process has its own copy of the parent's file descriptors and
272 pointer with the corresponding file descriptor of the parent. In addition, any
275 in the child process, but remain open in the parent.
348 Record locks set by the parent process are not inherited by the child process
352 Although any open door descriptors in the parent are shared by the child, only
353 the parent will receive a door invocation from clients even if the door
354 descriptor is open in the child. If a descriptor is closed in the parent,
360 the parent process. A call to \fBfork1()\fR or \fBforkx()\fR replicates only
393 Do not post a \fBSIGCHLD\fR signal to the parent process when the child process
395 parent. \fBSIGCHLD\fR signals are still possible for job control stop and
396 continue actions if the parent has requested them.
406 Do not allow wait-for-multiple-pids by the parent, as in \fBwait()\fR,
409 SIGCHLD signal being set to be ignored in the parent. Only a specific wait for
411 required, else when the child exits it will remain a zombie until the parent
451 return the process \fBID\fR of the child process to the parent process.
452 Otherwise, \fB(pid_t)\(mi1\fR is returned to the parent process, no child
538 channels and thereby corrupt the parent process's standard I/O data structures.