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

/httpd/server/mpm/simple/
H A Dsimple_core.c55 sc->procmgr.thread_count = SIMPLE_DEF_THREADS;
H A Dsimple_api.c66 *result = sc->procmgr.thread_count;
69 *result = sc->procmgr.thread_count;
79 *result = sc->procmgr.thread_count;
194 if (sc->procmgr.thread_count > SIMPLE_MAX_THREADS) {
201 if (sc->procmgr.thread_count < SIMPLE_MIN_THREADS) {
251 sc->procmgr.thread_count = atoi(arg);
H A Dsimple_types.h34 int thread_count; member in struct:__anon373
H A Dsimple_run.c58 sc->procmgr.thread_count,
59 sc->procmgr.thread_count, sc->pool);
64 sc->procmgr.thread_count);

Completed in 762 milliseconds