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

12

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/beos/
H A Dthread.c67 apr_thread_t *thd = (apr_thread_t*)opaque;
71 APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new, apr_threadattr_t *attr,
78 (*new) = (apr_thread_t *)apr_palloc(pool, sizeof(apr_thread_t));
122 APR_DECLARE(apr_status_t) apr_thread_exit(apr_thread_t *thd, apr_status_t retval)
131 APR_DECLARE(apr_status_t) apr_thread_join(apr_status_t *retval, apr_thread_t *thd)
151 APR_DECLARE(apr_status_t) apr_thread_detach(apr_thread_t *thd)
165 APR_DECLARE(apr_status_t) apr_thread_data_get(void **data, const char *key, apr_thread_t *thread)
172 apr_thread_t *threa
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/netware/
H A Dthread.c69 apr_thread_t *thd = (apr_thread_t *)opaque;
73 apr_status_t apr_thread_create(apr_thread_t **new,
100 (*new) = (apr_thread_t *)apr_palloc(pool, sizeof(apr_thread_t));
157 apr_status_t apr_thread_exit(apr_thread_t *thd,
167 apr_thread_t *thd)
181 apr_status_t apr_thread_detach(apr_thread_t *thd)
187 apr_thread_t *thread)
200 apr_thread_t *threa
[all...]
/macosx-10.9.5/apr-30/apr/apr/threadproc/beos/
H A Dthread.c67 apr_thread_t *thd = (apr_thread_t*)opaque;
71 APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new, apr_threadattr_t *attr,
78 (*new) = (apr_thread_t *)apr_palloc(pool, sizeof(apr_thread_t));
122 APR_DECLARE(apr_status_t) apr_thread_exit(apr_thread_t *thd, apr_status_t retval)
131 APR_DECLARE(apr_status_t) apr_thread_join(apr_status_t *retval, apr_thread_t *thd)
151 APR_DECLARE(apr_status_t) apr_thread_detach(apr_thread_t *thd)
165 APR_DECLARE(apr_status_t) apr_thread_data_get(void **data, const char *key, apr_thread_t *thread)
172 apr_thread_t *threa
[all...]
/macosx-10.9.5/apr-30/apr/apr/threadproc/netware/
H A Dthread.c69 apr_thread_t *thd = (apr_thread_t *)opaque;
73 apr_status_t apr_thread_create(apr_thread_t **new,
100 (*new) = (apr_thread_t *)apr_palloc(pool, sizeof(apr_thread_t));
157 apr_status_t apr_thread_exit(apr_thread_t *thd,
167 apr_thread_t *thd)
181 apr_status_t apr_thread_detach(apr_thread_t *thd)
187 apr_thread_t *thread)
200 apr_thread_t *threa
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/os2/
H A Dthread.c71 apr_thread_t *thread = (apr_thread_t *)arg;
77 APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new, apr_threadattr_t *attr,
82 apr_thread_t *thread;
84 thread = (apr_thread_t *)apr_palloc(pool, sizeof(apr_thread_t));
132 APR_DECLARE(apr_status_t) apr_thread_exit(apr_thread_t *thd, apr_status_t retval)
141 APR_DECLARE(apr_status_t) apr_thread_join(apr_status_t *retval, apr_thread_t *thd)
160 APR_DECLARE(apr_status_t) apr_thread_detach(apr_thread_t *thd)
175 APR_DECLARE(apr_status_t) apr_os_thread_get(apr_os_thread_t **thethd, apr_thread_t *th
[all...]
/macosx-10.9.5/apr-30/apr/apr/threadproc/os2/
H A Dthread.c71 apr_thread_t *thread = (apr_thread_t *)arg;
77 APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new, apr_threadattr_t *attr,
82 apr_thread_t *thread;
84 thread = (apr_thread_t *)apr_palloc(pool, sizeof(apr_thread_t));
132 APR_DECLARE(apr_status_t) apr_thread_exit(apr_thread_t *thd, apr_status_t retval)
141 APR_DECLARE(apr_status_t) apr_thread_join(apr_status_t *retval, apr_thread_t *thd)
160 APR_DECLARE(apr_status_t) apr_thread_detach(apr_thread_t *thd)
175 APR_DECLARE(apr_status_t) apr_os_thread_get(apr_os_thread_t **thethd, apr_thread_t *th
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/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...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/win32/
H A Dthread.c77 apr_thread_t *thd = (apr_thread_t *)opaque;
82 APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new,
91 (*new) = (apr_thread_t *)apr_palloc(pool, sizeof(apr_thread_t));
132 APR_DECLARE(apr_status_t) apr_thread_exit(apr_thread_t *thd,
147 apr_thread_t *thd)
171 APR_DECLARE(apr_status_t) apr_thread_detach(apr_thread_t *thd)
197 apr_thread_t *thread)
204 apr_thread_t *threa
[all...]
/macosx-10.9.5/apr-30/apr/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...]
/macosx-10.9.5/apr-30/apr/apr/threadproc/win32/
H A Dthread.c77 apr_thread_t *thd = (apr_thread_t *)opaque;
82 APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new,
91 (*new) = (apr_thread_t *)apr_palloc(pool, sizeof(apr_thread_t));
132 APR_DECLARE(apr_status_t) apr_thread_exit(apr_thread_t *thd,
147 apr_thread_t *thd)
171 APR_DECLARE(apr_status_t) apr_thread_detach(apr_thread_t *thd)
197 apr_thread_t *thread)
204 apr_thread_t *threa
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dtestthread.c30 static apr_thread_t *t1;
31 static apr_thread_t *t2;
32 static apr_thread_t *t3;
33 static apr_thread_t *t4;
43 static void * APR_THREAD_FUNC thread_func1(apr_thread_t *thd, void *data)
H A Dtestlock.c33 static void *APR_THREAD_FUNC thread_rwlock_func(apr_thread_t *thd, void *data);
34 static void *APR_THREAD_FUNC thread_mutex_function(apr_thread_t *thd, void *data);
35 static void *APR_THREAD_FUNC thread_cond_producer(apr_thread_t *thd, void *data);
36 static void *APR_THREAD_FUNC thread_cond_consumer(apr_thread_t *thd, void *data);
59 static void *APR_THREAD_FUNC thread_rwlock_func(apr_thread_t *thd, void *data)
84 static void *APR_THREAD_FUNC thread_mutex_function(apr_thread_t *thd, void *data)
109 static void *APR_THREAD_FUNC thread_cond_producer(apr_thread_t *thd, void *data)
134 static void *APR_THREAD_FUNC thread_cond_consumer(apr_thread_t *thd, void *data)
154 apr_thread_t *t1, *t2, *t3, *t4;
183 apr_thread_t *t
[all...]
H A Dtestlockperf.c45 void * APR_THREAD_FUNC thread_mutex_func(apr_thread_t *thd, void *data);
49 void * APR_THREAD_FUNC thread_rwlock_func(apr_thread_t *thd, void *data);
57 void * APR_THREAD_FUNC thread_mutex_func(apr_thread_t *thd, void *data)
69 void * APR_THREAD_FUNC thread_rwlock_func(apr_thread_t *thd, void *data)
83 apr_thread_t *t[MAX_THREADS];
131 apr_thread_t *t[MAX_THREADS];
179 apr_thread_t *t[MAX_THREADS];
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dtestthread.c30 static apr_thread_t *t1;
31 static apr_thread_t *t2;
32 static apr_thread_t *t3;
33 static apr_thread_t *t4;
43 static void * APR_THREAD_FUNC thread_func1(apr_thread_t *thd, void *data)
H A Dtestlock.c33 static void *APR_THREAD_FUNC thread_rwlock_func(apr_thread_t *thd, void *data);
34 static void *APR_THREAD_FUNC thread_mutex_function(apr_thread_t *thd, void *data);
35 static void *APR_THREAD_FUNC thread_cond_producer(apr_thread_t *thd, void *data);
36 static void *APR_THREAD_FUNC thread_cond_consumer(apr_thread_t *thd, void *data);
59 static void *APR_THREAD_FUNC thread_rwlock_func(apr_thread_t *thd, void *data)
84 static void *APR_THREAD_FUNC thread_mutex_function(apr_thread_t *thd, void *data)
109 static void *APR_THREAD_FUNC thread_cond_producer(apr_thread_t *thd, void *data)
134 static void *APR_THREAD_FUNC thread_cond_consumer(apr_thread_t *thd, void *data)
154 apr_thread_t *t1, *t2, *t3, *t4;
183 apr_thread_t *t
[all...]
H A Dtestlockperf.c45 void * APR_THREAD_FUNC thread_mutex_func(apr_thread_t *thd, void *data);
49 void * APR_THREAD_FUNC thread_rwlock_func(apr_thread_t *thd, void *data);
57 void * APR_THREAD_FUNC thread_mutex_func(apr_thread_t *thd, void *data)
69 void * APR_THREAD_FUNC thread_rwlock_func(apr_thread_t *thd, void *data)
83 apr_thread_t *t[MAX_THREADS];
131 apr_thread_t *t[MAX_THREADS];
179 apr_thread_t *t[MAX_THREADS];
/macosx-10.9.5/apache-786.1/httpd/srclib/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*);
264 APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new_thread,
274 APR_DECLARE(apr_status_t) apr_thread_exit(apr_thread_t *thd,
283 apr_thread_t *thd);
315 APR_DECLARE(apr_status_t) apr_thread_detach(apr_thread_t *thd);
324 apr_thread_t *thread);
335 apr_thread_t *thread);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/os2/
H A Dapr_arch_threadproc.h34 struct apr_thread_t { struct
/macosx-10.9.5/apr-30/apr/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*);
264 APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new_thread,
274 APR_DECLARE(apr_status_t) apr_thread_exit(apr_thread_t *thd,
283 apr_thread_t *thd);
315 APR_DECLARE(apr_status_t) apr_thread_detach(apr_thread_t *thd);
324 apr_thread_t *thread);
335 apr_thread_t *thread);
/macosx-10.9.5/apr-30/apr/apr/include/arch/os2/
H A Dapr_arch_threadproc.h34 struct apr_thread_t { struct
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/netware/
H A Dapr_arch_threadproc.h29 struct apr_thread_t { struct
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/win32/
H A Dapr_arch_threadproc.h26 struct apr_thread_t { struct
/macosx-10.9.5/apr-30/apr/apr/include/arch/netware/
H A Dapr_arch_threadproc.h29 struct apr_thread_t { struct
/macosx-10.9.5/apr-30/apr/apr/include/arch/win32/
H A Dapr_arch_threadproc.h26 struct apr_thread_t { struct
/macosx-10.9.5/apache-786.1/httpd/srclib/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)

Completed in 119 milliseconds

12