Searched defs:start_threads (Results 1 - 2 of 2) sorted by relevance

/httpd/server/mpm/worker/
H A Dworker.c1039 * in start_threads forever trying to take over slots which will
1043 static void * APR_THREAD_FUNC start_threads(apr_thread_t *thd, void *dummy) function
1318 rv = apr_thread_create(&start_thread_id, thread_attr, start_threads,
/httpd/server/mpm/event/
H A Devent.c2276 * in start_threads forever trying to take over slots which will
2280 static void *APR_THREAD_FUNC start_threads(apr_thread_t * thd, void *dummy) function
2361 "start_threads: Using %s", apr_pollset_method_name(event_pollset));
2587 rv = apr_thread_create(&start_thread_id, thread_attr, start_threads,

Completed in 552 milliseconds