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

/httpd/server/mpm/winnt/
H A Dmpm_winnt.h72 extern int ap_threads_per_child;
H A Dmpm_winnt.c88 int ap_threads_per_child = 0; variable
116 ap_threads_per_child = atoi(arg);
853 for (i = 0; i < ap_threads_per_child; i++) {
945 *result = ap_threads_per_child;
1397 ap_threads_per_child = DEFAULT_THREADS_PER_CHILD;
1461 if (ap_threads_per_child > thread_limit) {
1465 "of", ap_threads_per_child);
1476 ap_threads_per_child, thread_limit);
1478 ap_threads_per_child = thread_limit;
1480 else if (ap_threads_per_child <
[all...]
H A Dchild.c177 * (ap_threads_per_child + num_listeners) contexts in the system
933 * (ap_threads_per_child + num_listeners). We need the additional
942 max_num_completion_contexts = ap_threads_per_child + num_listeners;
1043 "Child: Starting %d worker threads.", ap_threads_per_child);
1044 child_handles = (HANDLE) apr_pcalloc(pchild, ap_threads_per_child
1051 for (i = 0; i < ap_threads_per_child; i++) {
1075 threads_created, ap_threads_per_child);
1097 if (threads_created == ap_threads_per_child) {
/httpd/server/mpm/netware/
H A Dmpm_netware.c115 static int ap_threads_per_child=0; /* Worker threads per child */ variable

Completed in 20 milliseconds