Home
last modified time | relevance | path

Searched refs:APR_THREAD_FUNC (Results 1 – 25 of 30) sorted by relevance

12

/external/cronet/tot/third_party/apache-portable-runtime/src/test/
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) in thread_rwlock_func()
84 static void *APR_THREAD_FUNC thread_mutex_function(apr_thread_t *thd, void *data) in thread_mutex_function()
109 static void *APR_THREAD_FUNC thread_cond_producer(apr_thread_t *thd, void *data) in thread_cond_producer()
134 static void *APR_THREAD_FUNC thread_cond_consumer(apr_thread_t *thd, void *data) in thread_cond_consumer()
Dtestlockperf.c46 void * APR_THREAD_FUNC thread_mutex_func(apr_thread_t *thd, void *data);
50 void * APR_THREAD_FUNC thread_rwlock_func(apr_thread_t *thd, void *data);
58 void * APR_THREAD_FUNC thread_mutex_func(apr_thread_t *thd, void *data) in thread_mutex_func()
70 void * APR_THREAD_FUNC thread_rwlock_func(apr_thread_t *thd, void *data) in thread_rwlock_func()
Dtestatomic.c236 void *APR_THREAD_FUNC thread_func_mutex(apr_thread_t *thd, void *data);
237 void *APR_THREAD_FUNC thread_func_atomic(apr_thread_t *thd, void *data);
247 void *APR_THREAD_FUNC thread_func_mutex(apr_thread_t *thd, void *data) in thread_func_mutex()
260 void *APR_THREAD_FUNC thread_func_atomic(apr_thread_t *thd, void *data) in thread_func_atomic()
424 static void *APR_THREAD_FUNC thread_func_busyloop(apr_thread_t *thd, void *data) in thread_func_busyloop()
Dtestthread.c43 static void * APR_THREAD_FUNC thread_func1(apr_thread_t *thd, void *data) in thread_func1()
Dtestmutexscope.c92 static void * APR_THREAD_FUNC eachThread(apr_thread_t *id, void *p) in eachThread()
Dtestrand.c50 typedef apr_status_t APR_THREAD_FUNC rnd_fn(apr_random_t * r, void *b,
/external/cronet/stable/third_party/apache-portable-runtime/src/test/
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) in thread_rwlock_func()
84 static void *APR_THREAD_FUNC thread_mutex_function(apr_thread_t *thd, void *data) in thread_mutex_function()
109 static void *APR_THREAD_FUNC thread_cond_producer(apr_thread_t *thd, void *data) in thread_cond_producer()
134 static void *APR_THREAD_FUNC thread_cond_consumer(apr_thread_t *thd, void *data) in thread_cond_consumer()
Dtestlockperf.c46 void * APR_THREAD_FUNC thread_mutex_func(apr_thread_t *thd, void *data);
50 void * APR_THREAD_FUNC thread_rwlock_func(apr_thread_t *thd, void *data);
58 void * APR_THREAD_FUNC thread_mutex_func(apr_thread_t *thd, void *data) in thread_mutex_func()
70 void * APR_THREAD_FUNC thread_rwlock_func(apr_thread_t *thd, void *data) in thread_rwlock_func()
Dtestatomic.c236 void *APR_THREAD_FUNC thread_func_mutex(apr_thread_t *thd, void *data);
237 void *APR_THREAD_FUNC thread_func_atomic(apr_thread_t *thd, void *data);
247 void *APR_THREAD_FUNC thread_func_mutex(apr_thread_t *thd, void *data) in thread_func_mutex()
260 void *APR_THREAD_FUNC thread_func_atomic(apr_thread_t *thd, void *data) in thread_func_atomic()
424 static void *APR_THREAD_FUNC thread_func_busyloop(apr_thread_t *thd, void *data) in thread_func_busyloop()
Dtestthread.c43 static void * APR_THREAD_FUNC thread_func1(apr_thread_t *thd, void *data) in thread_func1()
Dtestmutexscope.c92 static void * APR_THREAD_FUNC eachThread(apr_thread_t *id, void *p) in eachThread()
Dtestrand.c50 typedef apr_status_t APR_THREAD_FUNC rnd_fn(apr_random_t * r, void *b,
/external/cronet/tot/third_party/apache-portable-runtime/src/threadproc/win32/
Dthread.c111 (unsigned int (APR_THREAD_FUNC *)(void *))dummy_worker, in apr_thread_create()
118 (unsigned int (APR_THREAD_FUNC *)(void *))dummy_worker, in apr_thread_create()
/external/cronet/stable/third_party/apache-portable-runtime/src/threadproc/win32/
Dthread.c111 (unsigned int (APR_THREAD_FUNC *)(void *))dummy_worker, in apr_thread_create()
118 (unsigned int (APR_THREAD_FUNC *)(void *))dummy_worker, in apr_thread_create()
/external/cronet/stable/third_party/apache-portable-runtime/src/include/
Dapr.hnw355 * Thread callbacks from APR functions must be declared with APR_THREAD_FUNC,
359 /** void* APR_THREAD_FUNC my_thread_entry_fn(apr_thread_t *thd, void *data);
361 #define APR_THREAD_FUNC
Dapr.h454 #define APR_THREAD_FUNC macro
Dapr.hw482 * Thread callbacks from APR functions must be declared with APR_THREAD_FUNC,
486 * void* APR_THREAD_FUNC my_thread_entry_fn(apr_thread_t *thd, void *data);
490 #define APR_THREAD_FUNC __stdcall
Dapr.hwc479 * Thread callbacks from APR functions must be declared with APR_THREAD_FUNC,
483 * void* APR_THREAD_FUNC my_thread_entry_fn(apr_thread_t *thd, void *data);
487 #define APR_THREAD_FUNC __stdcall
Dapr_thread_proc.h197 typedef void *(APR_THREAD_FUNC *apr_thread_start_t)(apr_thread_t*, void*);
/external/cronet/tot/third_party/apache-portable-runtime/src/include/
Dapr.hnw355 * Thread callbacks from APR functions must be declared with APR_THREAD_FUNC,
359 /** void* APR_THREAD_FUNC my_thread_entry_fn(apr_thread_t *thd, void *data);
361 #define APR_THREAD_FUNC
Dapr.h454 #define APR_THREAD_FUNC macro
Dapr.hwc479 * Thread callbacks from APR functions must be declared with APR_THREAD_FUNC,
483 * void* APR_THREAD_FUNC my_thread_entry_fn(apr_thread_t *thd, void *data);
487 #define APR_THREAD_FUNC __stdcall
Dapr.hw482 * Thread callbacks from APR functions must be declared with APR_THREAD_FUNC,
486 * void* APR_THREAD_FUNC my_thread_entry_fn(apr_thread_t *thd, void *data);
490 #define APR_THREAD_FUNC __stdcall
Dapr_thread_proc.h197 typedef void *(APR_THREAD_FUNC *apr_thread_start_t)(apr_thread_t*, void*);
Dapr.h.in446 * Thread callbacks from APR functions must be declared with APR_THREAD_FUNC,
450 * void* APR_THREAD_FUNC my_thread_entry_fn(apr_thread_t *thd, void *data);
454 #define APR_THREAD_FUNC @apr_thread_func@ macro

12