Lines Matching full:grandchild
174 * and the grandchild. The grandchild is our spawned process. The intermediate
175 * child is a babysitter process; it keeps track of when the grandchild
176 * exits/crashes, and reaps the grandchild.
201 pid_t grandchild_pid; /**< PID of the grandchild */
447 _dbus_verbose ("recorded grandchild pid %d\n", sitter->grandchild_pid);
605 * babysitter child or the grandchild.
610 * Blocks until the babysitter process gives us the PID of the spawned grandchild,
611 * then kills the spawned grandchild.