Lines Matching full:process
69 information is available for a child process
76 area contains information about the process that reported a status change
97 All of the desired process statuses to be waited on must be explicitly
132 This allows the calling process to collect resource usage statistics
133 from both its own child process as well as from its grand children.
148 signal delivered when the process changed state.
159 identifiers in addition to process IDs and process group IDs.
169 wait for the child process with a process ID equal to
179 wait for the child process with a process group ID equal to
189 wait for any child process and the
205 wait for any child process in the same process group as the caller.
225 If the child process started its own session,
226 its session ID will be the same as its process ID.
227 Otherwise the session ID of a child process will match the caller's session ID.
244 is -1, the call waits for any child process.
249 the call waits for any child process in the process group of the caller.
253 is greater than zero, the call waits for the process with process ID
258 is less than -1, the call waits for any process whose process group ID
323 Keep the process whose status is returned in a waitable state.
324 The process may be waited for again after this call completes.
349 process and all its children is returned.
354 by the terminated process and the resources used by all its children.
366 field set to the process ID of the process reporting status.
367 For the exited process, the
399 process id
446 The following macros may be used to test the current status of the process.
452 True if the process has not terminated, and
458 True if the process terminated normally by a call to
463 True if the process terminated due to receipt of a signal.
465 True if the process has not terminated, but has stopped and can be restarted.
469 or if the child process is being traced (see
474 produce the remaining status information about the child process:
489 that caused the termination of the process.
494 of the process was accompanied by the creation of a core file
495 containing an image of the process when the signal was received.
500 that caused the process to stop.
508 If a parent process terminates without
511 of the exiting process as the parent, see
514 If no specific reaper was assigned, the process with ID 1, the init process,
530 signal for each child process whose
533 returns because the status of a child process is available, the pending
534 SIGCHLD signal associated with the process ID of the child process will
544 returns because the status of a child process is available, the pending
546 signal will be cleared unless another status of the child process
552 or terminated child process, the process ID of the child
553 is returned to the calling process.
566 or terminated child process, the process ID of the child
567 is returned to the calling process.
604 must be checked against zero to determine if a process reported status.
608 family of functions will only return a child process created with
610 if the calling process is not in
614 has been explicitly given the child's process ID.
622 The calling process has no existing unwaited-for
625 No status from the terminated child process is available
626 because the calling process has asked the system to discard
638 (May not be detected before exit of a child process.)