Searched defs:apr_proc_mutex_t (Results 1 – 2 of 2) sorted by relevance
94 struct apr_proc_mutex_t { struct95 apr_pool_t *pool;96 const apr_proc_mutex_unix_lock_methods_t *meth;97 int curr_locked;98 char *fname;100 apr_os_proc_mutex_t os; /* Native mutex holder. */103 apr_file_t *interproc; /* For apr_file_ calls on native fd. */104 int interproc_closing; /* whether the native fd is opened/closed with111 int pthread_refcounting; /* Whether the native mutex is refcounted or
57 typedef struct apr_proc_mutex_t apr_proc_mutex_t; typedef