Searched refs:thread_rv (Results 1 - 2 of 2) sorted by relevance

/httpd/server/mpm/worker/
H A Dworker.c1150 apr_status_t rv, thread_rv; local
1181 rv = apr_thread_join(&thread_rv, listener);
1200 rv = apr_thread_join(&thread_rv, threads[i]);
1213 apr_status_t rv, thread_rv; local
1219 rv = apr_thread_join(&thread_rv, start_thread_id);
/httpd/server/mpm/event/
H A Devent.c2440 apr_status_t rv, thread_rv; local
2465 rv = apr_thread_join(&thread_rv, listener);
2475 rv = apr_thread_join(&thread_rv, threads[i]);
2487 apr_status_t rv, thread_rv; local
2493 rv = apr_thread_join(&thread_rv, start_thread_id);

Completed in 2958 milliseconds