/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testlock.c | 164 s1 = apr_thread_create(&t1, NULL, thread_mutex_function, NULL, p); in test_thread_mutex() 166 s2 = apr_thread_create(&t2, NULL, thread_mutex_function, NULL, p); in test_thread_mutex() 168 s3 = apr_thread_create(&t3, NULL, thread_mutex_function, NULL, p); in test_thread_mutex() 170 s4 = apr_thread_create(&t4, NULL, thread_mutex_function, NULL, p); in test_thread_mutex() 197 s1 = apr_thread_create(&t1, NULL, thread_rwlock_func, NULL, p); in test_thread_rwlock() 199 s2 = apr_thread_create(&t2, NULL, thread_rwlock_func, NULL, p); in test_thread_rwlock() 201 s3 = apr_thread_create(&t3, NULL, thread_rwlock_func, NULL, p); in test_thread_rwlock() 203 s4 = apr_thread_create(&t4, NULL, thread_rwlock_func, NULL, p); in test_thread_rwlock() 243 s0 = apr_thread_create(&p1, NULL, thread_cond_producer, &count1, p); in test_cond() 245 s1 = apr_thread_create(&p2, NULL, thread_cond_producer, &count2, p); in test_cond() [all …]
|
H A D | testthread.c | 73 rv = apr_thread_create(&t1, NULL, thread_func1, NULL, p); in create_threads() 75 rv = apr_thread_create(&t2, NULL, thread_func1, NULL, p); in create_threads() 77 rv = apr_thread_create(&t3, NULL, thread_func1, NULL, p); in create_threads() 79 rv = apr_thread_create(&t4, NULL, thread_func1, NULL, p); in create_threads()
|
H A D | testcond.c | 144 rv = apr_thread_create(&thread[i], NULL, thread_routine, &box[i], p); in dynamic_binding() 228 rv = apr_thread_create(&thread[i], NULL, thread_routine, &box, p); in broadcast_threads() 328 rv = apr_thread_create(&thread, NULL, thread_routine, &box, p); in nested_wait() 457 rv = apr_thread_create(&thread[i], NULL, thread_routine, &boxcons, p); in pipe_producer_consumer() 468 rv = apr_thread_create(&thread[i], NULL, thread_routine, &boxprod, p); in pipe_producer_consumer() 600 rv = apr_thread_create(&thr_ping, NULL, thread_routine, &box_ping, p); in ping_pong() 609 rv = apr_thread_create(&thr_pong, NULL, thread_routine, &box_pong, p); in ping_pong()
|
H A D | testlockperf.c | 104 s[i] = apr_thread_create(&t[i], NULL, thread_mutex_func, NULL, pool); in test_thread_mutex() 152 s[i] = apr_thread_create(&t[i], NULL, thread_mutex_func, NULL, pool); in test_thread_mutex_nested() 200 s[i] = apr_thread_create(&t[i], NULL, thread_rwlock_func, NULL, pool); in test_thread_rwlock()
|
H A D | testdir.c | 110 s1 = apr_thread_create(&t1, NULL, thread_mkdir_func, &td1, td1.pool); in test_mkdir_recurs_parallel() 112 s2 = apr_thread_create(&t2, NULL, thread_mkdir_func, &td2, td2.pool); in test_mkdir_recurs_parallel() 114 s3 = apr_thread_create(&t3, NULL, thread_mkdir_func, &td3, td3.pool); in test_mkdir_recurs_parallel() 116 s4 = apr_thread_create(&t4, NULL, thread_mkdir_func, &td4, td4.pool); in test_mkdir_recurs_parallel()
|
H A D | testatomic.c | 290 r1 = apr_thread_create(&t1[i], NULL, thread_func_mutex, NULL, p); in test_atomics_threaded() 291 r2 = apr_thread_create(&t2[i], NULL, thread_func_atomic, NULL, p); in test_atomics_threaded() 483 rv = apr_thread_create(&thread[i], NULL, thread_func_busyloop, in test_atomics_busyloop_threaded()
|
H A D | testmutexscope.c | 130 rv = apr_thread_create(&threads[i], in test_mech_mode()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/netware/ |
H A D | thread.c | 73 apr_status_t apr_thread_create(apr_thread_t **new, in apr_thread_create() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/beos/ |
H A D | thread.c | 71 APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new, apr_threadattr_t *attr, in apr_thread_create() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/win32/ |
H A D | thread.c | 82 APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new, in apr_thread_create() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/os2/ |
H A D | thread.c | 77 APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new, apr_threadattr_t *attr, in apr_thread_create() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/unix/ |
H A D | thread.c | 145 APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new, function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A D | apr_thread_proc.h | 266 APR_DECLARE(apr_status_t) apr_thread_create(apr_thread_t **new_thread,
|