Lines Matching refs:parent

188 #define MPM_CHILD_PID(i) (ap_scoreboard_image->parent[i].pid)
392 ap_scoreboard_image->parent[childnum].pid,
393 ap_scoreboard_image->parent[childnum].generation,
395 ap_scoreboard_image->parent[childnum].pid = 0;
404 ap_scoreboard_image->parent[slot].pid = pid;
406 ap_scoreboard_image->parent[slot].pid,
416 ap_scoreboard_image->parent[slot].pid,
417 ap_scoreboard_image->parent[slot].quiescing ?
420 ap_scoreboard_image->parent[slot].pid,
421 ap_scoreboard_image->parent[slot].generation,
427 ap_register_extra_mpm_process(ap_scoreboard_image->parent[slot].pid,
428 ap_scoreboard_image->parent[slot].generation);
475 * variables are no longer used to pass on the required action to the parent.
477 * These should only be called from the parent process itself, since the
478 * parent process will use the shutdown_pending and restart_pending variables
480 * call signal_parent() directly to tell the parent to die -- this will
481 * cause neither of those variable to be set, which the parent will
674 if (ap_scoreboard_image->parent[process_slot].generation !=
714 /* let the parent decide how bad this really is */
731 /* let the parent decide how bad this really is */
884 if (ap_scoreboard_image->parent[process_slot].generation !=
900 ap_scoreboard_image->parent[process_slot].quiescing = 1;
1032 /* let the parent decide how bad this really is */
1105 /* let the parent decide how bad this really is */
1273 * any communication with the parent process.
1323 /* let the parent decide how bad this really is */
1362 /* Watch for any messages from the parent over the POD */
1462 if (ap_scoreboard_image->parent[slot].pid != 0) {
1469 ap_scoreboard_image->parent[slot].quiescing = 0;
1470 ap_scoreboard_image->parent[slot].bucket = bucket;
1481 if (ap_scoreboard_image->parent[i].pid != 0) {
1525 ps = &ap_scoreboard_image->parent[i];
1739 ps = &ap_scoreboard_image->parent[child_slot];