Home
last modified time | relevance | path

Searched defs:apr_proc_mutex_t (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/unix/
H A Dapr_arch_proc_mutex.h93 struct apr_proc_mutex_t { struct
94 apr_pool_t *pool;
95 const apr_proc_mutex_unix_lock_methods_t *meth;
96 const apr_proc_mutex_unix_lock_methods_t *inter_meth;
97 int curr_locked;
98 char *fname;
100 apr_file_t *interproc;
103 sem_t *psem_interproc;
106 pthread_mutex_t *pthread_interproc;
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/os2/
H A Dapr_arch_proc_mutex.h23 struct apr_proc_mutex_t { struct
24 apr_pool_t *pool;
25 HMTX hMutex;
26 TID owner;
27 int lock_count;
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/
H A Dapr_arch_proc_mutex.h22 struct apr_proc_mutex_t { struct
23 apr_pool_t *pool;
24 HANDLE handle;
25 const char *fname;
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/beos/
H A Dapr_arch_proc_mutex.h27 struct apr_proc_mutex_t { struct
28 apr_pool_t *pool;
31 sem_id Lock;
32 int32 LockCount;
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/netware/
H A Dapr_arch_proc_mutex.h23 struct apr_proc_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_proc_mutex.h54 typedef struct apr_proc_mutex_t apr_proc_mutex_t; typedef