Searched defs:thread (Results 1 - 5 of 5) sorted by relevance

/httpd/server/mpm/simple/
H A Dsimple_io.c111 * event thread poll for writeability.
185 static void *simple_io_invoke(apr_thread_t * thread, void *baton) argument
191 scon->c->current_thread = thread;
203 static void *simple_io_setup_conn(apr_thread_t * thread, void *baton) argument
223 scon->c->current_thread = thread;
299 * we can do them here, before pushing to another thread, thats just
H A Dsimple_run.c51 * Create worker thread pool.
136 static void *simple_timer_invoke(apr_thread_t * thread, void *baton) argument
/httpd/support/win32/
H A Dwintty.c85 HANDLE hproc, thread; local
326 thread = CreateThread(NULL, 0, feedback, (LPVOID)&feed, 0, &tid);
345 WaitForSingleObject(thread, timeout);
/httpd/modules/core/
H A Dmod_watchdog.c54 apr_thread_t *thread; member in struct:ap_watchdog_t
91 apr_thread_join(&rv, w->thread);
97 /* Main watchdog worker thread. */
98 /* For singleton workers child thread that first obtains the process */
102 static void* APR_THREAD_FUNC wd_worker(apr_thread_t *thread, void *data) argument
111 w->pool = apr_thread_pool_get(thread);
259 apr_thread_exit(w->thread, APR_SUCCESS);
268 /* Create thread startup mutex */
282 * cleanup was being invoked before the thread completely spawned.
288 rc = apr_thread_create(&w->thread, NUL
[all...]
/httpd/server/mpm/motorz/
H A Dmotorz.c133 static void *motorz_io_setup_conn(apr_thread_t * thread, void *baton) argument
152 scon->c->current_thread = thread;
225 static void *motorz_timer_invoke(apr_thread_t *thread, void *baton) argument
230 scon->c->current_thread = thread;
247 static void *motorz_io_invoke(apr_thread_t * thread, void *baton) argument
253 scon->c->current_thread = thread;
384 * event thread poll for writeability.
472 * Create worker thread pool.

Completed in 1127 milliseconds