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

/macosx-10.9.5/apache-786.1/httpd/modules/loggers/
H A Dmod_log_config.c1336 int mpm_threads; local
1338 ap_mpm_query(AP_MPMQ_MAX_THREADS, &mpm_threads);
1351 if (mpm_threads > 1) {
/macosx-10.9.5/apache-786.1/httpd/modules/proxy/
H A Dproxy_util.c1871 int mpm_threads; local
1892 ap_mpm_query(AP_MPMQ_MAX_THREADS, &mpm_threads);
1893 if (mpm_threads > 1) {
1894 /* Set hard max to no more then mpm_threads */
1895 if (worker->hmax == 0 || worker->hmax > mpm_threads) {
1896 worker->hmax = mpm_threads;

Completed in 72 milliseconds