Lines Matching refs:thd
618 static void process_socket(apr_thread_t *thd, apr_pool_t *p, apr_socket_t *sock,
631 current_conn->current_thread = thd;
693 static void * APR_THREAD_FUNC listener_thread(apr_thread_t *thd, void * dummy)
697 apr_pool_t *tpool = apr_thread_pool_get(thd);
905 apr_thread_exit(thd, APR_SUCCESS);
916 static void * APR_THREAD_FUNC worker_thread(apr_thread_t *thd, void * dummy)
992 process_socket(thd, ptrans, csd, process_slot, thread_slot, bucket_alloc);
1002 apr_thread_exit(thd, APR_SUCCESS);
1043 static void * APR_THREAD_FUNC start_threads(apr_thread_t *thd, void *dummy)
1142 apr_thread_exit(thd, APR_SUCCESS);