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 D | apr_proc_mutex.h | 79 APR_DECLARE(apr_status_t) apr_proc_mutex_create(apr_proc_mutex_t **mutex,
|
H A D | apr_global_mutex.h | 151 #define apr_global_mutex_create apr_proc_mutex_create
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/netware/ |
H A D | proc_mutex.c | 23 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 D | proc_mutex.c | 42 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 D | global_mutex.c | 56 rv = apr_proc_mutex_create(&m->proc_mutex, fname, mech, m->pool); in apr_global_mutex_create()
|
H A D | proc_mutex.c | 893 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 D | testmutexscope.c | 49 assert(apr_proc_mutex_create(&proc_mutex, in lock_init()
|
H A D | testprocmutex.c | 117 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 D | proc_mutex.c | 38 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 D | proc_mutex.c | 74 APR_DECLARE(apr_status_t) apr_proc_mutex_create(apr_proc_mutex_t **mutex, in apr_proc_mutex_create() function
|