Lines Matching refs:parent

150 #define MPM_CHILD_PID(i) (ap_scoreboard_image->parent[i].pid)
448 ap_scoreboard_image->parent[process_slot].not_accepting = 1;
467 * XXX: the parent may kill some processes off too soon.
469 ap_scoreboard_image->parent[process_slot].not_accepting = 0;
606 ap_scoreboard_image->parent[childnum].pid,
607 ap_scoreboard_image->parent[childnum].generation,
609 ap_scoreboard_image->parent[childnum].pid = 0;
618 ap_scoreboard_image->parent[slot].pid = pid;
620 ap_scoreboard_image->parent[slot].pid,
630 ap_scoreboard_image->parent[slot].pid,
631 ap_scoreboard_image->parent[slot].quiescing ?
634 ap_scoreboard_image->parent[slot].pid,
635 ap_scoreboard_image->parent[slot].generation,
641 ap_register_extra_mpm_process(ap_scoreboard_image->parent[slot].pid,
642 ap_scoreboard_image->parent[slot].generation);
707 * variables are no longer used to pass on the required action to the parent.
709 * These should only be called from the parent process itself, since the
710 * parent process will use the shutdown_pending and restart_pending variables
712 * call signal_parent() directly to tell the parent to die -- this will
713 * cause neither of those variable to be set, which the parent will
1278 ap_scoreboard_image->parent[process_slot].quiescing = 1;
2269 /* let the parent decide how bad this really is */
2392 /* let the parent decide how bad this really is */
2543 * any communication with the parent process.
2592 /* let the parent decide how bad this really is */
2633 /* Watch for any messages from the parent over the POD */
2734 if (ap_scoreboard_image->parent[slot].pid != 0) {
2741 ap_scoreboard_image->parent[slot].quiescing = 0;
2742 ap_scoreboard_image->parent[slot].not_accepting = 0;
2743 ap_scoreboard_image->parent[slot].bucket = bucket;
2754 if (ap_scoreboard_image->parent[i].pid != 0) {
2800 ps = &ap_scoreboard_image->parent[i];
3001 ps = &ap_scoreboard_image->parent[child_slot];