Lines Matching refs:thd
1044 static void process_socket(apr_thread_t *thd, apr_pool_t * p, apr_socket_t * sock,
1070 c->current_thread = thd;
1114 c->current_thread = thd;
1733 static void * APR_THREAD_FUNC listener_thread(apr_thread_t * thd, void *dummy)
1738 apr_pool_t *tpool = apr_thread_pool_get(thd);
2134 apr_thread_exit(thd, APR_SUCCESS);
2145 static void *APR_THREAD_FUNC worker_thread(apr_thread_t * thd, void *dummy)
2227 process_socket(thd, ptrans, csd, cs, process_slot, thread_slot);
2237 apr_thread_exit(thd, APR_SUCCESS);
2280 static void *APR_THREAD_FUNC start_threads(apr_thread_t * thd, void *dummy)
2433 apr_thread_exit(thd, APR_SUCCESS);