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

/httpd/server/mpm/simple/
H A Dsimple_core.c54 sc->procmgr.proc_count = SIMPLE_DEF_PROC;
55 sc->procmgr.thread_count = SIMPLE_DEF_THREADS;
56 sc->procmgr.max_requests_per_child = 0; /* unlimited */
H A Dsimple_api.c60 *result = sc->procmgr.proc_count;
63 *result = sc->procmgr.proc_count;
66 *result = sc->procmgr.thread_count;
69 *result = sc->procmgr.thread_count;
72 *result = sc->procmgr.proc_count;
75 *result = sc->procmgr.proc_count;
79 *result = sc->procmgr.thread_count;
82 *result = sc->procmgr.max_requests_per_child;
85 *result = sc->procmgr.proc_count;
180 if (sc->procmgr
[all...]
H A Dsimple_types.h103 simple_proc_mgr_t procmgr; member in struct:simple_core_t
H A Dsimple_run.c58 sc->procmgr.thread_count,
59 sc->procmgr.thread_count, sc->pool);
64 sc->procmgr.thread_count);
H A Dsimple_children.c140 wanted = sc->procmgr.proc_count;

Completed in 12 milliseconds