Searched refs:osthd (Results 1 - 5 of 5) sorted by relevance
/httpd/server/mpm/mpmt_os2/ |
H A D | mpmt_os2_child.c | 346 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 D | mpm_netware.c | 346 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 D | prefork.c | 499 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 D | child.c | 814 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 D | motorz.c | 832 apr_os_thread_t osthd; local 863 osthd = apr_os_thread_current(); 864 apr_os_thread_put(&thd, &osthd, pchild);
|
Completed in 26 milliseconds