Home
last modified time | relevance | path

Searched refs:apr_proc_mutex_create (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_proc_mutex.h79 APR_DECLARE(apr_status_t) apr_proc_mutex_create(apr_proc_mutex_t **mutex,
H A Dapr_global_mutex.h151 #define apr_global_mutex_create apr_proc_mutex_create
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/netware/
H A Dproc_mutex.c23 APR_DECLARE(apr_status_t) apr_proc_mutex_create(apr_proc_mutex_t **mutex, in apr_proc_mutex_create() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/beos/
H A Dproc_mutex.c42 APR_DECLARE(apr_status_t) apr_proc_mutex_create(apr_proc_mutex_t **mutex, in apr_proc_mutex_create() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/unix/
H A Dglobal_mutex.c56 rv = apr_proc_mutex_create(&m->proc_mutex, fname, mech, m->pool); in apr_global_mutex_create()
H A Dproc_mutex.c893 APR_DECLARE(apr_status_t) apr_proc_mutex_create(apr_proc_mutex_t **mutex, function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestmutexscope.c49 assert(apr_proc_mutex_create(&proc_mutex, in lock_init()
H A Dtestprocmutex.c117 rv = apr_proc_mutex_create(&proc_lock, lockname, mech, p); in test_exclusive()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/win32/
H A Dproc_mutex.c38 APR_DECLARE(apr_status_t) apr_proc_mutex_create(apr_proc_mutex_t **mutex, in apr_proc_mutex_create() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/os2/
H A Dproc_mutex.c74 APR_DECLARE(apr_status_t) apr_proc_mutex_create(apr_proc_mutex_t **mutex, in apr_proc_mutex_create() function