Home
last modified time | relevance | path

Searched refs:apr_thread_t (Results 1 – 14 of 14) sorted by relevance

/freebsd-10-stable/contrib/apr/threadproc/unix/
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 *thread)
280 apr_thread_t *thd)
286 APR_DECLARE(apr_status_t) apr_os_thread_put(apr_thread_t **thd,
[all …]
/freebsd-10-stable/contrib/apr/include/
Dapr_thread_proc.h177 typedef struct apr_thread_t apr_thread_t; typedef
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);
Dapr_portable.h286 apr_thread_t *thd);
302 APR_DECLARE(apr_status_t) apr_os_thread_put(apr_thread_t **thd,
Dapr.hnw359 /** void* APR_THREAD_FUNC my_thread_entry_fn(apr_thread_t *thd, void *data);
Dapr.hw486 * void* APR_THREAD_FUNC my_thread_entry_fn(apr_thread_t *thd, void *data);
Dapr.hwc483 * void* APR_THREAD_FUNC my_thread_entry_fn(apr_thread_t *thd, void *data);
Dapr.h.in450 * void* APR_THREAD_FUNC my_thread_entry_fn(apr_thread_t *thd, void *data);
/freebsd-10-stable/contrib/apr-util/test/
Dtestqueue.c34 static void * APR_THREAD_FUNC consumer(apr_thread_t *thd, void *data) in consumer()
63 static void * APR_THREAD_FUNC producer(apr_thread_t *thd, void *data) in producer()
Dtestpass.c86 static void * APR_THREAD_FUNC testing_thread(apr_thread_t *thd, in testing_thread()
Dtestreslist.c104 static void * APR_THREAD_FUNC resource_consuming_thread(apr_thread_t *thd, in resource_consuming_thread()
/freebsd-10-stable/contrib/apr-util/misc/
Dapr_thread_pool.c48 apr_thread_t *thd;
208 apr_thread_t * t) in elt_new()
238 static void *APR_THREAD_FUNC thread_pool_func(apr_thread_t * t, void *param) in thread_pool_func()
348 apr_thread_t *t; in apr_thread_pool_create()
485 apr_thread_t *thd; in schedule_task()
534 apr_thread_t *thd; in add_task()
932 APU_DECLARE(apr_status_t) apr_thread_pool_task_owner_get(apr_thread_t *thd, in apr_thread_pool_task_owner_get()
/freebsd-10-stable/contrib/apr/include/arch/unix/
Dapr_arch_threadproc.h55 struct apr_thread_t { struct
/freebsd-10-stable/contrib/apr-util/include/
Dapr_thread_pool.h289 APU_DECLARE(apr_status_t) apr_thread_pool_task_owner_get(apr_thread_t *thd,
/freebsd-10-stable/contrib/subversion/subversion/svnserve/
Dsvnserve.c589 static void * APR_THREAD_FUNC serve_thread(apr_thread_t *tid, void *data) in serve_thread()