Home
last modified time | relevance | path

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 Dthread_rwlock.c40 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 Dapr_thread_rwlock.h60 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 Dthread_rwlock.c32 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 Dthread_rwlock.c37 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 Dthread_rwlock.c33 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 Dthread_rwlock.c53 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 Dtestlockperf.c189 s[0] = apr_thread_rwlock_create(&thread_rwlock, pool); in test_thread_rwlock()
H A Dtestlock.c186 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 Dfilestat.c246 apr_thread_rwlock_create(&rwlock, gPool); in cstat()
/aosp_15_r20/external/cronet/third_party/netty-tcnative/src/c/
H A Dsslcontext.c302 apr_thread_rwlock_create(&c->mutex, p); in TCN_IMPLEMENT_CALL()