Lines Matching defs:parent
28 #define AP_WATCHDOG_PVERSION "parent"
302 int parent,
307 const char *pver = parent ? AP_WATCHDOG_PVERSION : AP_WATCHDOG_CVERSION;
309 if (parent && mpm_is_forked != AP_MPMQ_NOT_SUPPORTED) {
324 w->singleton = parent ? 0 : singleton;
390 /* Create default watchdogs for parent and child */
391 /* Parent watchdog executes inside parent process so it doesn't need the */
411 /* Create parent process watchdog for
431 /* Create watchdog thread in parent and initializes Watchdog module */
481 "Watchdog: Failed to create parent worker thread.");
491 "Spawned %d parent worker threads.",
685 int parent, int singleton),
686 (s, name, parent, singleton),