Searched refs:thread (Results 1 - 5 of 5) sorted by relevance
/httpd/server/mpm/simple/ |
H A D | simple_io.c | 111 * 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 D | simple_run.c | 51 * Create worker thread pool. 136 static void *simple_timer_invoke(apr_thread_t * thread, void *baton) argument
|
/httpd/support/win32/ |
H A D | wintty.c | 85 HANDLE hproc, thread; local 326 thread = CreateThread(NULL, 0, feedback, (LPVOID)&feed, 0, &tid); 345 WaitForSingleObject(thread, timeout);
|
/httpd/modules/core/ |
H A D | mod_watchdog.c | 54 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 D | motorz.c | 133 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 40 milliseconds