Searched refs:thd (Results 1 - 8 of 8) sorted by relevance

/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2_child.c345 apr_thread_t *thd = NULL; local
367 apr_os_thread_put(&thd, &osthd, pchild);
395 current_conn->current_thread = thd;
/httpd/server/mpm/worker/
H A Dworker.c618 static void process_socket(apr_thread_t *thd, apr_pool_t *p, apr_socket_t *sock, argument
631 current_conn->current_thread = thd;
693 static void * APR_THREAD_FUNC listener_thread(apr_thread_t *thd, void * dummy) argument
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) argument
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) argument
1142 apr_thread_exit(thd, APR_SUCCES
[all...]
/httpd/server/mpm/event/
H A Devent.c1044 static void process_socket(apr_thread_t *thd, apr_pool_t * p, apr_socket_t * sock, argument
1070 c->current_thread = thd;
1114 c->current_thread = thd;
1733 static void * APR_THREAD_FUNC listener_thread(apr_thread_t * thd, void *dummy) argument
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) argument
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, voi argument
[all...]
/httpd/server/mpm/winnt/
H A Dchild.c813 apr_thread_t *thd; local
862 thd = NULL;
863 apr_os_thread_put(&thd, &osthd, context->ptrans);
864 c->current_thread = thd;
/httpd/server/mpm/netware/
H A Dmpm_netware.c345 apr_thread_t *thd = NULL; local
360 apr_os_thread_put(&thd, &osthd, pmain);
530 current_conn->current_thread = thd;
/httpd/server/mpm/prefork/
H A Dprefork.c498 apr_thread_t *thd = NULL; local
533 apr_os_thread_put(&thd, &osthd, pchild);
726 current_conn->current_thread = thd;
/httpd/server/mpm/motorz/
H A Dmotorz.c831 apr_thread_t *thd = NULL; local
864 apr_os_thread_put(&thd, &osthd, pchild);
/httpd/modules/ssl/
H A Dmod_ssl_ct.c875 apr_thread_t *thd = data; local
878 apr_thread_join(&retval, thd);

Completed in 1931 milliseconds