Searched defs:pmutex (Results 1 - 2 of 2) sorted by relevance

/httpd/os/unix/
H A Dunixd.h100 AP_DECLARE(apr_status_t) ap_unixd_set_proc_mutex_perms(apr_proc_mutex_t *pmutex); variable
H A Dunixd.c213 static apr_lockmech_e proc_mutex_mech(apr_proc_mutex_t *pmutex) argument
215 const char *mechname = apr_proc_mutex_name(pmutex);
226 AP_DECLARE(apr_status_t) ap_unixd_set_proc_mutex_perms(apr_proc_mutex_t *pmutex)
229 apr_lockmech_e mech = proc_mutex_mech(pmutex);
246 apr_os_proc_mutex_get(&ospmutex, pmutex);
260 const char *lockfile = apr_proc_mutex_lockfile(pmutex);

Completed in 1224 milliseconds