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

/httpd/modules/generators/
H A Dmod_status.c203 int *thread_busy_buffer = NULL; local
242 thread_busy_buffer = apr_palloc(r->pool, server_limit * sizeof(int));
305 thread_busy_buffer[i] = 0;
335 thread_busy_buffer[i]++;
554 busy_workers += thread_busy_buffer[i];
563 thread_busy_buffer[i], thread_idle_buffer[i],

Completed in 240 milliseconds