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

/httpd/os/unix/
H A Dunixd.h101 AP_DECLARE(apr_status_t) ap_unixd_set_global_mutex_perms(apr_global_mutex_t *gmutex); variable
/httpd/modules/proxy/
H A Dmod_proxy.h465 apr_global_mutex_t *gmutex; /* global lock for updating list of workers */ member in struct:proxy_balancer
489 #define PROXY_GLOBAL_LOCK(x) ( (x) && (x)->gmutex ? apr_global_mutex_lock((x)->gmutex) : APR_SUCCESS)
490 #define PROXY_GLOBAL_UNLOCK(x) ( (x) && (x)->gmutex ? apr_global_mutex_unlock((x)->gmutex) : APR_SUCCESS)

Completed in 10 milliseconds