Searched refs:apr_thread_rwlock_create (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/unix/ |
H A D | thread_rwlock.c | 40 APR_DECLARE(apr_status_t) apr_thread_rwlock_create(apr_thread_rwlock_t **rwlock, in apr_thread_rwlock_create() function 142 APR_DECLARE(apr_status_t) apr_thread_rwlock_create(apr_thread_rwlock_t **rwlock, in apr_thread_rwlock_create() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A D | apr_thread_rwlock.h | 60 APR_DECLARE(apr_status_t) apr_thread_rwlock_create(apr_thread_rwlock_t **rwlock,
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/netware/ |
H A D | thread_rwlock.c | 32 APR_DECLARE(apr_status_t) apr_thread_rwlock_create(apr_thread_rwlock_t **rwlock, in apr_thread_rwlock_create() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/win32/ |
H A D | thread_rwlock.c | 37 APR_DECLARE(apr_status_t)apr_thread_rwlock_create(apr_thread_rwlock_t **rwlock, in apr_thread_rwlock_create() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/os2/ |
H A D | thread_rwlock.c | 33 APR_DECLARE(apr_status_t) apr_thread_rwlock_create(apr_thread_rwlock_t **rwlock, in apr_thread_rwlock_create() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/beos/ |
H A D | thread_rwlock.c | 53 APR_DECLARE(apr_status_t) apr_thread_rwlock_create(apr_thread_rwlock_t **rwlock, in apr_thread_rwlock_create() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testlockperf.c | 189 s[0] = apr_thread_rwlock_create(&thread_rwlock, pool); in test_thread_rwlock()
|
H A D | testlock.c | 186 s1 = apr_thread_rwlock_create(&rwlock, p); in test_thread_rwlock()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/netware/ |
H A D | filestat.c | 246 apr_thread_rwlock_create(&rwlock, gPool); in cstat()
|
/aosp_15_r20/external/cronet/third_party/netty-tcnative/src/c/ |
H A D | sslcontext.c | 302 apr_thread_rwlock_create(&c->mutex, p); in TCN_IMPLEMENT_CALL()
|