Home
last modified time | relevance | path

Searched defs:apr_global_mutex_t (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/unix/
H A Dapr_arch_global_mutex.h28 struct apr_global_mutex_t { struct
29 apr_pool_t *pool;
30 apr_proc_mutex_t *proc_mutex;
32 apr_thread_mutex_t *thread_mutex;
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/netware/
H A Dapr_arch_global_mutex.h23 struct apr_global_mutex_t { struct
24 apr_pool_t *pool;
25 apr_thread_mutex_t *mutex;
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_global_mutex.h46 typedef struct apr_global_mutex_t apr_global_mutex_t; typedef