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

/httpd/modules/generators/
H A Dmod_status.c89 static int server_limit, thread_limit, threads_per_child, max_servers, variable
313 if ((i >= max_servers || j >= threads_per_child)
952 ap_mpm_query(AP_MPMQ_MAX_THREADS, &threads_per_child);
954 if (threads_per_child == 0)
955 threads_per_child = 1;
/httpd/server/mpm/motorz/
H A Dmotorz.c23 static int threads_per_child = 0; variable
479 threads_per_child,
480 threads_per_child, mz->pool);
485 threads_per_child);
1817 threads_per_child = atoi(arg);
/httpd/server/mpm/worker/
H A Dworker.c120 static int threads_per_child = 0; /* Worker threads per child */ variable
270 for (i = 0; i < threads_per_child; i++) {
355 *result = threads_per_child;
1061 rv = ap_queue_init(worker_queue, threads_per_child, pchild);
1069 threads_per_child);
1076 worker_sockets = apr_pcalloc(pchild, threads_per_child
1081 /* threads_per_child does not include the listener thread */
1082 for (i = 0; i < threads_per_child; i++) {
1115 if (start_thread_may_exit || threads_created == threads_per_child) {
1126 ap_my_pid, threads_created, threads_per_child);
[all...]
/httpd/server/mpm/event/
H A Devent.c171 static int threads_per_child = 0; /* Worker threads per child */ variable
475 for (i = 0; i < threads_per_child; i++) {
566 *result = threads_per_child;
1279 for (i = 0; i < threads_per_child; ++i) {
1952 + threads_per_child))
2120 + threads_per_child)))
2300 rv = ap_queue_init(worker_queue, threads_per_child, pchild);
2312 max_recycled_pools = threads_per_child * 3 / 4 ;
2315 threads_per_child, max_recycled_pools);
2336 threads_per_child*
[all...]

Completed in 3329 milliseconds