Searched refs:apr_thread_cond_create (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testcond.c | 58 rv = apr_thread_cond_create(&cond, p); in lost_signal() 128 rv = apr_thread_cond_create(&cond, p); in dynamic_binding() 210 rv = apr_thread_cond_create(&cond, p); in broadcast_threads() 316 rv = apr_thread_cond_create(&cond, p); in nested_wait() 446 rv = apr_thread_cond_create(&cond, p); in pipe_producer_consumer() 587 rv = apr_thread_cond_create(&cond, p); in ping_pong()
|
H A D | testlock.c | 234 apr_thread_cond_create(&nready.cond, p)); in test_cond() 282 s = apr_thread_cond_create(&timeout_cond, p); in test_timeoutcond()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/os2/ |
H A D | thread_cond.c | 26 APR_DECLARE(apr_status_t) apr_thread_cond_create(apr_thread_cond_t **cond, in apr_thread_cond_create() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A D | apr_thread_cond.h | 59 APR_DECLARE(apr_status_t) apr_thread_cond_create(apr_thread_cond_t **cond,
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/netware/ |
H A D | thread_cond.c | 35 APR_DECLARE(apr_status_t) apr_thread_cond_create(apr_thread_cond_t **cond, in apr_thread_cond_create() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/unix/ |
H A D | thread_cond.c | 38 APR_DECLARE(apr_status_t) apr_thread_cond_create(apr_thread_cond_t **cond, in apr_thread_cond_create() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/win32/ |
H A D | thread_cond.c | 35 APR_DECLARE(apr_status_t) apr_thread_cond_create(apr_thread_cond_t **cond, in apr_thread_cond_create() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/beos/ |
H A D | thread_cond.c | 49 APR_DECLARE(apr_status_t) apr_thread_cond_create(apr_thread_cond_t **cond, in apr_thread_cond_create() function
|