Searched defs:singleton (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/cluster/
H A Dmod_heartbeat.c141 int parent, int singleton)
145 if (ctx->active && singleton && !strcmp(name, AP_WATCHDOG_SINGLETON))
140 hb_watchdog_need(server_rec *s, const char *name, int parent, int singleton) argument
/httpd/modules/core/
H A Dmod_watchdog.c51 int singleton; member in struct:ap_watchdog_t
98 /* For singleton workers child thread that first obtains the process */
159 w->singleton ? "Singleton" : "", w->name);
236 * If this was singleton watchdog the init hook
255 w->singleton ? "Singleton" : "", w->name);
273 if (w->singleton) {
274 /* Initialize singleton mutex in child */
303 int singleton,
324 w->singleton = parent ? 0 : singleton;
300 ap_watchdog_get_instance(ap_watchdog_t **watchdog, const char *name, int parent, int singleton, apr_pool_t *p) argument
[all...]

Completed in 821 milliseconds