Searched refs:apr_thread_t (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/contrib/apr/threadproc/unix/
H A Dthread.c141 apr_thread_t *thread = (apr_thread_t*)opaque;
145 APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new,
154 (*new) = (apr_thread_t *)apr_pcalloc(pool, sizeof(apr_thread_t));
202 APR_DECLARE(apr_status_t) apr_thread_exit(apr_thread_t *thd,
212 apr_thread_t *thd)
230 APR_DECLARE(apr_status_t) apr_thread_detach(apr_thread_t *thd)
267 apr_thread_t *thread)
274 apr_thread_t *threa
[all...]
/freebsd-10.2-release/contrib/apr/include/
H A Dapr_thread_proc.h177 typedef struct apr_thread_t apr_thread_t; typedef in typeref:struct:apr_thread_t
197 typedef void *(APR_THREAD_FUNC *apr_thread_start_t)(apr_thread_t*, void*);
266 APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new_thread,
276 APR_DECLARE(apr_status_t) apr_thread_exit(apr_thread_t *thd,
285 apr_thread_t *thd);
317 APR_DECLARE(apr_status_t) apr_thread_detach(apr_thread_t *thd);
326 apr_thread_t *thread);
337 apr_thread_t *thread);
H A Dapr_portable.h286 apr_thread_t *thd);
302 APR_DECLARE(apr_status_t) apr_os_thread_put(apr_thread_t **thd,
/freebsd-10.2-release/contrib/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.c86 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,
/freebsd-10.2-release/contrib/apr/include/arch/unix/
H A Dapr_arch_threadproc.h55 struct apr_thread_t { struct
/freebsd-10.2-release/contrib/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,
/freebsd-10.2-release/contrib/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,
/freebsd-10.2-release/contrib/subversion/subversion/svnserve/
H A Dsvnserve.c423 static void * APR_THREAD_FUNC serve_thread(apr_thread_t *tid, void *data)
492 apr_thread_t *tid;

Completed in 486 milliseconds