Searched refs:apr_thread_t (Results 1 – 14 of 14) sorted by relevance
| /freebsd-10-stable/contrib/apr/threadproc/unix/ |
| D | thread.c | 141 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/ |
| D | apr_thread_proc.h | 177 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);
|
| D | apr_portable.h | 286 apr_thread_t *thd); 302 APR_DECLARE(apr_status_t) apr_os_thread_put(apr_thread_t **thd,
|
| D | apr.hnw | 359 /** void* APR_THREAD_FUNC my_thread_entry_fn(apr_thread_t *thd, void *data);
|
| D | apr.hw | 486 * void* APR_THREAD_FUNC my_thread_entry_fn(apr_thread_t *thd, void *data);
|
| D | apr.hwc | 483 * void* APR_THREAD_FUNC my_thread_entry_fn(apr_thread_t *thd, void *data);
|
| D | apr.h.in | 450 * void* APR_THREAD_FUNC my_thread_entry_fn(apr_thread_t *thd, void *data);
|
| /freebsd-10-stable/contrib/apr-util/test/ |
| D | testqueue.c | 34 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()
|
| D | testpass.c | 86 static void * APR_THREAD_FUNC testing_thread(apr_thread_t *thd, in testing_thread()
|
| D | testreslist.c | 104 static void * APR_THREAD_FUNC resource_consuming_thread(apr_thread_t *thd, in resource_consuming_thread()
|
| /freebsd-10-stable/contrib/apr-util/misc/ |
| D | apr_thread_pool.c | 48 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/ |
| D | apr_arch_threadproc.h | 55 struct apr_thread_t { struct
|
| /freebsd-10-stable/contrib/apr-util/include/ |
| D | apr_thread_pool.h | 289 APU_DECLARE(apr_status_t) apr_thread_pool_task_owner_get(apr_thread_t *thd,
|
| /freebsd-10-stable/contrib/subversion/subversion/svnserve/ |
| D | svnserve.c | 589 static void * APR_THREAD_FUNC serve_thread(apr_thread_t *tid, void *data) in serve_thread()
|