Home
last modified time | relevance | path

Searched refs:apr_thread_join (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestlock.c173 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 Dtestthread.c87 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 Dtestcond.c167 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 Dtestlockperf.c117 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 Dtestdir.c119 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 Dtestatomic.c297 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 Dtestmutexscope.c169 rv = apr_thread_join(&ignored, in test_mech_mode()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/netware/
H A Dthread.c166 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 Dthread.c131 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 Dthread.c146 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 Dthread.c141 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 Dthread.c211 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 Dapr_thread_proc.h284 APR_DECLARE(apr_status_t) apr_thread_join(apr_status_t *retval,