Searched refs:osthd (Results 1 - 5 of 5) sorted by relevance

/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2_child.c346 apr_os_thread_t osthd; local
366 osthd = apr_os_thread_current();
367 apr_os_thread_put(&thd, &osthd, pchild);
/httpd/server/mpm/netware/
H A Dmpm_netware.c346 apr_os_thread_t osthd; local
359 osthd = apr_os_thread_current();
360 apr_os_thread_put(&thd, &osthd, pmain);
/httpd/server/mpm/prefork/
H A Dprefork.c499 apr_os_thread_t osthd; local
532 osthd = apr_os_thread_current();
533 apr_os_thread_put(&thd, &osthd, pchild);
/httpd/server/mpm/winnt/
H A Dchild.c814 apr_os_thread_t osthd; local
824 osthd = apr_os_thread_current();
863 apr_os_thread_put(&thd, &osthd, context->ptrans);
/httpd/server/mpm/motorz/
H A Dmotorz.c832 apr_os_thread_t osthd; local
863 osthd = apr_os_thread_current();
864 apr_os_thread_put(&thd, &osthd, pchild);

Completed in 26 milliseconds