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

/httpd/modules/core/
H A Dmod_watchdog.c73 static apr_status_t wd_worker_cleanup(void *data) function
285 apr_pool_pre_cleanup_register(p, w, wd_worker_cleanup);
290 apr_pool_cleanup_kill(p, w, wd_worker_cleanup);

Completed in 35 milliseconds