Searched refs:apr_lockmech_e (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/apr/include/
H A Dapr_proc_mutex.h51 } apr_lockmech_e; typedef in typeref:enum:__anon105
75 * @see apr_lockmech_e
81 apr_lockmech_e mech,
H A Dapr_global_mutex.h26 #include "apr_proc_mutex.h" /* only for apr_lockmech_e */
76 apr_lockmech_e mech,
/freebsd-11.0-release/contrib/apr/locks/unix/
H A Dglobal_mutex.c47 apr_lockmech_e mech,
H A Dproc_mutex.c804 static apr_status_t proc_mutex_choose_method(apr_proc_mutex_t *new_mutex, apr_lockmech_e mech)
876 static apr_status_t proc_mutex_create(apr_proc_mutex_t *new_mutex, apr_lockmech_e mech, const char *fname)
895 apr_lockmech_e mech,

Completed in 65 milliseconds