Searched refs:current_thread (Results 1 - 11 of 11) sorted by relevance

/httpd/server/mpm/simple/
H A Dsimple_io.c191 scon->c->current_thread = thread;
223 scon->c->current_thread = thread;
/httpd/server/mpm/motorz/
H A Dmotorz.c152 scon->c->current_thread = thread;
230 scon->c->current_thread = thread;
253 scon->c->current_thread = thread;
/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2_child.c395 current_conn->current_thread = thd;
/httpd/include/
H A Dhttpd.h1176 apr_thread_t *current_thread; member in struct:conn_rec
/httpd/server/mpm/netware/
H A Dmpm_netware.c530 current_conn->current_thread = thd;
/httpd/server/mpm/prefork/
H A Dprefork.c726 current_conn->current_thread = thd;
/httpd/server/mpm/winnt/
H A Dchild.c864 c->current_thread = thd;
/httpd/server/mpm/event/
H A Devent.c1070 c->current_thread = thd;
1114 c->current_thread = thd;
/httpd/server/
H A Dlog.c793 apr_uintptr_t tmp2 = (apr_uintptr_t)c->current_thread;
/httpd/server/mpm/worker/
H A Dworker.c631 current_conn->current_thread = thd;
/httpd/modules/lua/
H A Dmod_lua.c223 pool = apr_thread_pool_get(r->connection->current_thread);

Completed in 74 milliseconds