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

/freebsd-11-stable/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-11-stable/contrib/apr/include/
H A Dapr_thread_proc.h178 typedef struct apr_thread_t apr_thread_t; typedef in typeref:struct:apr_thread_t
198 typedef void *(APR_THREAD_FUNC *apr_thread_start_t)(apr_thread_t*, void*);
267 APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new_thread,
277 APR_DECLARE(apr_status_t) apr_thread_exit(apr_thread_t *thd,
286 apr_thread_t *thd);
318 APR_DECLARE(apr_status_t) apr_thread_detach(apr_thread_t *thd);
327 apr_thread_t *thread);
338 apr_thread_t *thread);
H A Dapr_portable.h306 apr_thread_t *thd);
322 APR_DECLARE(apr_status_t) apr_os_thread_put(apr_thread_t **thd,
/freebsd-11-stable/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-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_threadproc.h56 struct apr_thread_t { struct
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dbatch_fsync.c471 flush_task(apr_thread_t *tid,
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dsvnserve.c631 static void * APR_THREAD_FUNC serve_thread(apr_thread_t *tid, void *data)

Completed in 102 milliseconds