/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testlock.c | 173 apr_thread_join(&s1, t1); in test_thread_mutex() 174 apr_thread_join(&s2, t2); in test_thread_mutex() 175 apr_thread_join(&s3, t3); in test_thread_mutex() 176 apr_thread_join(&s4, t4); in test_thread_mutex() 206 apr_thread_join(&s1, t1); in test_thread_rwlock() 207 apr_thread_join(&s2, t2); in test_thread_rwlock() 208 apr_thread_join(&s3, t3); in test_thread_rwlock() 209 apr_thread_join(&s4, t4); in test_thread_rwlock() 254 apr_thread_join(&s0, p1); in test_cond() 255 apr_thread_join(&s1, p2); in test_cond() [all …]
|
H A D | testthread.c | 87 apr_thread_join(&s, t1); in join_threads() 89 apr_thread_join(&s, t2); in join_threads() 91 apr_thread_join(&s, t3); in join_threads() 93 apr_thread_join(&s, t4); in join_threads()
|
H A D | testcond.c | 167 rv = apr_thread_join(&retval, thread[i]); in dynamic_binding() 248 rv = apr_thread_join(&retval, thread[i]); in broadcast_threads() 340 rv = apr_thread_join(&retval, thread); in nested_wait() 474 rv = apr_thread_join(&retval, thread[i]); in pipe_producer_consumer() 491 rv = apr_thread_join(&retval, thread[i]); in pipe_producer_consumer() 627 rv = apr_thread_join(&retval, thr_ping); in ping_pong() 630 rv = apr_thread_join(&retval, thr_pong); in ping_pong()
|
H A D | testlockperf.c | 117 apr_thread_join(&s[i], t[i]); in test_thread_mutex() 165 apr_thread_join(&s[i], t[i]); in test_thread_mutex_nested() 213 apr_thread_join(&s[i], t[i]); in test_thread_rwlock()
|
H A D | testdir.c | 119 apr_thread_join(&s1, t1); in test_mkdir_recurs_parallel() 120 apr_thread_join(&s2, t2); in test_mkdir_recurs_parallel() 121 apr_thread_join(&s3, t3); in test_mkdir_recurs_parallel() 122 apr_thread_join(&s4, t4); in test_mkdir_recurs_parallel()
|
H A D | testatomic.c | 297 apr_thread_join(&s1, t1[i]); in test_atomics_threaded() 298 apr_thread_join(&s2, t2[i]); in test_atomics_threaded() 493 rv = apr_thread_join(&retval, thread[i]); in test_atomics_busyloop_threaded()
|
H A D | testmutexscope.c | 169 rv = apr_thread_join(&ignored, in test_mech_mode()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/netware/ |
H A D | thread.c | 166 apr_status_t apr_thread_join(apr_status_t *retval, in apr_thread_join() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/beos/ |
H A D | thread.c | 131 APR_DECLARE(apr_status_t) apr_thread_join(apr_status_t *retval, apr_thread_t *thd) in apr_thread_join() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/win32/ |
H A D | thread.c | 146 APR_DECLARE(apr_status_t) apr_thread_join(apr_status_t *retval, in apr_thread_join() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/os2/ |
H A D | thread.c | 141 APR_DECLARE(apr_status_t) apr_thread_join(apr_status_t *retval, apr_thread_t *thd) in apr_thread_join() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/unix/ |
H A D | thread.c | 211 APR_DECLARE(apr_status_t) apr_thread_join(apr_status_t *retval, function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A D | apr_thread_proc.h | 284 APR_DECLARE(apr_status_t) apr_thread_join(apr_status_t *retval,
|