Searched refs:apr_os_proc_mutex_t (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A D | apr_portable.h | 65 typedef HANDLE apr_os_proc_mutex_t; typedef 78 typedef HMTX apr_os_proc_mutex_t; 91 struct apr_os_proc_mutex_t { 99 typedef struct apr_os_proc_mutex_t apr_os_proc_mutex_t; 112 typedef NXMutex_t apr_os_proc_mutex_t; 127 struct apr_os_proc_mutex_t { 148 typedef struct apr_os_proc_mutex_t apr_os_proc_mutex_t; /**< native process 196 #define apr_os_global_mutex_t apr_os_proc_mutex_t 248 APR_DECLARE(apr_status_t) apr_os_proc_mutex_get(apr_os_proc_mutex_t *ospmutex, 415 apr_os_proc_mutex_t *ospmutex,
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/netware/ |
H A D | proc_mutex.c | 104 apr_status_t apr_os_proc_mutex_get(apr_os_proc_mutex_t *ospmutex, in APR_POOL_IMPLEMENT_ACCESSOR() 113 apr_os_proc_mutex_t *ospmutex, in apr_os_proc_mutex_put()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/beos/ |
H A D | proc_mutex.c | 147 APR_DECLARE(apr_status_t) apr_os_proc_mutex_get(apr_os_proc_mutex_t *ospmutex, in APR_DECLARE() 156 apr_os_proc_mutex_t *ospmutex, in apr_os_proc_mutex_put()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/win32/ |
H A D | proc_mutex.c | 206 APR_DECLARE(apr_status_t) apr_os_proc_mutex_get(apr_os_proc_mutex_t *ospmutex, in APR_DECLARE() 214 apr_os_proc_mutex_t *ospmutex, in apr_os_proc_mutex_put()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/os2/ |
H A D | proc_mutex.c | 210 APR_DECLARE(apr_status_t) apr_os_proc_mutex_get(apr_os_proc_mutex_t *ospmutex, in APR_DECLARE() 220 apr_os_proc_mutex_t *ospmutex, in apr_os_proc_mutex_put()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/unix/ |
H A D | proc_mutex.c | 964 APR_DECLARE(apr_status_t) apr_os_proc_mutex_get(apr_os_proc_mutex_t *ospmutex, 982 apr_os_proc_mutex_t *ospmutex,
|