Searched refs:apr_thread_t (Results 26 - 48 of 48) sorted by relevance

12

/macosx-10.9.5/apr-30/apr-util/apr-util/test/
H A Dtestqueue.c34 static void * APR_THREAD_FUNC consumer(apr_thread_t *thd, void *data)
63 static void * APR_THREAD_FUNC producer(apr_thread_t *thd, void *data)
H A Dtestpass.c81 static void * APR_THREAD_FUNC testing_thread(apr_thread_t *thd,
H A Dtestreslist.c104 static void * APR_THREAD_FUNC resource_consuming_thread(apr_thread_t *thd,
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dtestatomic.c225 void *APR_THREAD_FUNC thread_func_mutex(apr_thread_t *thd, void *data);
226 void *APR_THREAD_FUNC thread_func_atomic(apr_thread_t *thd, void *data);
236 void *APR_THREAD_FUNC thread_func_mutex(apr_thread_t *thd, void *data)
249 void *APR_THREAD_FUNC thread_func_atomic(apr_thread_t *thd, void *data)
265 apr_thread_t *t1[NUM_THREADS];
266 apr_thread_t *t2[NUM_THREADS];
413 static void *APR_THREAD_FUNC thread_func_busyloop(apr_thread_t *thd, void *data)
430 apr_thread_t *thread[NUM_THREADS];
H A Dtestmutexscope.c90 static void * APR_THREAD_FUNC eachThread(apr_thread_t *id, void *p)
106 apr_thread_t *threads[20];
H A Dtestcond.c93 static void *APR_THREAD_FUNC thread_routine(apr_thread_t *thd, void *data)
124 apr_thread_t *thread[NTHREADS];
208 apr_thread_t *thread[NTHREADS];
309 apr_thread_t *thread = NULL;
433 apr_thread_t *thread[NTHREADS];
581 apr_thread_t *thr_ping = NULL, *thr_pong = NULL;
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dtestatomic.c224 void *APR_THREAD_FUNC thread_func_mutex(apr_thread_t *thd, void *data);
225 void *APR_THREAD_FUNC thread_func_atomic(apr_thread_t *thd, void *data);
235 void *APR_THREAD_FUNC thread_func_mutex(apr_thread_t *thd, void *data)
248 void *APR_THREAD_FUNC thread_func_atomic(apr_thread_t *thd, void *data)
264 apr_thread_t *t1[NUM_THREADS];
265 apr_thread_t *t2[NUM_THREADS];
412 static void *APR_THREAD_FUNC thread_func_busyloop(apr_thread_t *thd, void *data)
429 apr_thread_t *thread[NUM_THREADS];
H A Dtestmutexscope.c90 static void * APR_THREAD_FUNC eachThread(apr_thread_t *id, void *p)
106 apr_thread_t *threads[20];
H A Dtestcond.c93 static void *APR_THREAD_FUNC thread_routine(apr_thread_t *thd, void *data)
124 apr_thread_t *thread[NTHREADS];
208 apr_thread_t *thread[NTHREADS];
309 apr_thread_t *thread = NULL;
433 apr_thread_t *thread[NTHREADS];
581 apr_thread_t *thr_ping = NULL, *thr_pong = NULL;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/beos/
H A Dapr_arch_threadproc.h42 struct apr_thread_t { struct
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/unix/
H A Dapr_arch_threadproc.h55 struct apr_thread_t { struct
/macosx-10.9.5/apr-30/apr/apr/include/arch/beos/
H A Dapr_arch_threadproc.h42 struct apr_thread_t { struct
/macosx-10.9.5/apr-30/apr/apr/include/arch/unix/
H A Dapr_arch_threadproc.h55 struct apr_thread_t { struct
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/include/
H A Dapr_thread_pool.h29 * @remarks This library implements a thread pool using apr_thread_t. A thread
289 APU_DECLARE(apr_status_t) apr_thread_pool_task_owner_get(apr_thread_t *thd,
/macosx-10.9.5/apr-30/apr-util/apr-util/include/
H A Dapr_thread_pool.h29 * @remarks This library implements a thread pool using apr_thread_t. A thread
289 APU_DECLARE(apr_status_t) apr_thread_pool_task_owner_get(apr_thread_t *thd,
/macosx-10.9.5/apache-786.1/httpd/server/mpm/worker/
H A Dworker.c151 apr_thread_t **threads;
152 apr_thread_t *listener;
594 static void *listener_thread(apr_thread_t *thd, void * dummy)
820 static void * APR_THREAD_FUNC worker_thread(apr_thread_t *thd, void * dummy)
946 static void * APR_THREAD_FUNC start_threads(apr_thread_t *thd, void *dummy)
949 apr_thread_t **threads = ts->threads;
1054 static void join_workers(apr_thread_t *listener, apr_thread_t **threads)
1116 static void join_start_thread(apr_thread_t *start_thread_id)
1134 apr_thread_t **thread
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_portable.h286 apr_thread_t *thd);
302 APR_DECLARE(apr_status_t) apr_os_thread_put(apr_thread_t **thd,
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_portable.h286 apr_thread_t *thd);
302 APR_DECLARE(apr_status_t) apr_os_thread_put(apr_thread_t **thd,
/macosx-10.9.5/apache-786.1/httpd/server/mpm/experimental/event/
H A Devent.c185 apr_thread_t **threads;
186 apr_thread_t *listener;
806 static void *listener_thread(apr_thread_t * thd, void *dummy)
1083 static void *APR_THREAD_FUNC worker_thread(apr_thread_t * thd, void *dummy)
1207 static void *APR_THREAD_FUNC start_threads(apr_thread_t * thd, void *dummy)
1210 apr_thread_t **threads = ts->threads;
1320 static void join_workers(apr_thread_t * listener, apr_thread_t ** threads)
1374 static void join_start_thread(apr_thread_t * start_thread_id)
1391 apr_thread_t **thread
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/misc/
H A Dapr_thread_pool.c48 apr_thread_t *thd;
208 apr_thread_t * t)
238 static void *APR_THREAD_FUNC thread_pool_func(apr_thread_t * t, void *param)
348 apr_thread_t *t;
485 apr_thread_t *thd;
534 apr_thread_t *thd;
932 APU_DECLARE(apr_status_t) apr_thread_pool_task_owner_get(apr_thread_t *thd,
/macosx-10.9.5/apr-30/apr-util/apr-util/misc/
H A Dapr_thread_pool.c48 apr_thread_t *thd;
208 apr_thread_t * t)
238 static void *APR_THREAD_FUNC thread_pool_func(apr_thread_t * t, void *param)
349 apr_thread_t *t;
481 apr_thread_t *thd;
530 apr_thread_t *thd;
928 APU_DECLARE(apr_status_t) apr_thread_pool_task_owner_get(apr_thread_t *thd,
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/test/
H A Dtestpass.c87 static void * APR_THREAD_FUNC testing_thread(apr_thread_t *thd,
H A Dtestreslist.c104 static void * APR_THREAD_FUNC resource_consuming_thread(apr_thread_t *thd,

Completed in 136 milliseconds

12