Lines Matching full:child
38 function, the child process borrows the parent's
44 made during this time to any part of memory in the child process is reflected
49 The parent process is suspended while the child is using its resources.
59 in the parent; that is, the child contains only one thread.
65 conditions that can cause the child process to become deadlocked and
66 consequently block both the child and parent process from execution
78 The calling procedure, however, should not return while running in the child's
98 Care must be taken in the child process not to modify any global or local data
160 the child process and return the process ID of the child process to the parent
162 Otherwise, \(mi1 is returned to the parent process, no child process is created,
235 treat signal handlers in the child
241 in the child process
244 handler in the child before
258 the parent to inherit register values from the child.