Lines Matching refs:parent
20 * - a main, parent process
23 * The parent process's job is to manage the child processes. This involves
93 * sockets from the parent to child processes
188 /* Main processing of the parent process
267 ap_scoreboard_image->parent[0].pid = getpid();
279 active_children += ap_scoreboard_image->parent[slot].pid != 0 &&
280 !ap_scoreboard_image->parent[slot].quiescing;
285 if (ap_scoreboard_image->parent[slot].pid == 0) {
295 for (slot=0; ap_scoreboard_image->parent[slot].pid != child_pid && slot < HARD_SERVER_LIMIT; slot++);
298 ap_scoreboard_image->parent[slot].pid = 0;
299 ap_scoreboard_image->parent[slot].quiescing = 0;
317 kill(ap_scoreboard_image->parent[slot].pid, is_graceful ? SIGHUP : SIGTERM);
335 ap_scoreboard_image->parent[slot].generation = ap_my_generation;
350 ap_scoreboard_image->parent[slot].pid = proc_rc.codeTerminate;