Searched defs:apr_proc_mutex_t (Results 1 – 2 of 2) sorted by relevance
93 struct apr_proc_mutex_t { struct94 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;
54 typedef struct apr_proc_mutex_t apr_proc_mutex_t; typedef