Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/apr/include/arch/unix/
HDapr_arch_proc_mutex.h94 struct apr_proc_mutex_t { struct
95 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 with
111 int pthread_refcounting; /* Whether the native mutex is refcounted or
/freebsd-13-stable/contrib/apr/include/
HDapr_proc_mutex.h57 typedef struct apr_proc_mutex_t apr_proc_mutex_t; typedef