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

/macosx-10.10/apache-793/httpd/server/mpm/netware/
H A Dmpm_netware.c118 static int ap_threads_max_free=0; variable
233 *result = ap_threads_max_free;
666 if (idle_count > ap_threads_max_free) {
900 if (ap_threads_max_free < ap_threads_min_free + 1) /* Don't thrash... */
901 ap_threads_max_free = ap_threads_min_free + 1;
998 ap_threads_max_free = DEFAULT_MAX_FREE_THREADS;
1086 /* ap_threads_max_free < ap_threads_min_free + 1 checked in ap_mpm_run() */
1332 ap_threads_max_free = atoi(arg);

Completed in 166 milliseconds