Searched refs:mpm_threads (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/loggers/
H A Dmod_log_config.c1558 int mpm_threads; local
1560 ap_mpm_query(AP_MPMQ_MAX_THREADS, &mpm_threads);
1573 if (mpm_threads > 1) {
/httpd/modules/proxy/
H A Dproxy_util.c1837 int mpm_threads; local
1861 ap_mpm_query(AP_MPMQ_MAX_THREADS, &mpm_threads);
1862 if (mpm_threads > 1) {
1863 /* Set hard max to no more then mpm_threads */
1864 if (worker->s->hmax == 0 || worker->s->hmax > mpm_threads) {
1865 worker->s->hmax = mpm_threads;

Completed in 38 milliseconds