/external/cronet/tot/third_party/apache-portable-runtime/src/test/ |
D | testlock.c | 33 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()
|
D | testlockperf.c | 46 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()
|
D | testatomic.c | 236 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()
|
D | testthread.c | 43 static void * APR_THREAD_FUNC thread_func1(apr_thread_t *thd, void *data) in thread_func1()
|
D | testmutexscope.c | 92 static void * APR_THREAD_FUNC eachThread(apr_thread_t *id, void *p) in eachThread()
|
D | testrand.c | 50 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/ |
D | testlock.c | 33 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()
|
D | testlockperf.c | 46 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()
|
D | testatomic.c | 236 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()
|
D | testthread.c | 43 static void * APR_THREAD_FUNC thread_func1(apr_thread_t *thd, void *data) in thread_func1()
|
D | testmutexscope.c | 92 static void * APR_THREAD_FUNC eachThread(apr_thread_t *id, void *p) in eachThread()
|
D | testrand.c | 50 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/ |
D | thread.c | 111 (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/ |
D | thread.c | 111 (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/ |
D | apr.hnw | 355 * 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
|
D | apr.h | 454 #define APR_THREAD_FUNC macro
|
D | apr.hw | 482 * 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
|
D | apr.hwc | 479 * 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
|
D | apr_thread_proc.h | 197 typedef void *(APR_THREAD_FUNC *apr_thread_start_t)(apr_thread_t*, void*);
|
/external/cronet/tot/third_party/apache-portable-runtime/src/include/ |
D | apr.hnw | 355 * 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
|
D | apr.h | 454 #define APR_THREAD_FUNC macro
|
D | apr.hwc | 479 * 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
|
D | apr.hw | 482 * 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
|
D | apr_thread_proc.h | 197 typedef void *(APR_THREAD_FUNC *apr_thread_start_t)(apr_thread_t*, void*);
|
D | apr.h.in | 446 * 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
|