Lines Matching full:child
23 typedef void (*child_callback_t)(pid_t child, void* userData);
26 * Set a handler for when a child process exits. By calling
27 * this, a waitpid() will be done when the child exits to remove
29 * handler to be called when the child exits.
31 * If there is already a handler for this child process, it is
35 * @param childPid Process ID of child to watch.
36 * @param childTag User-defined tag for this child. Must be
39 * child exits. It may be called in either a
41 * immediately if the child has already exited.
52 * Kill all of the child processes for which we have a waiting