Searched defs:PROXY_THREAD_UNLOCK (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/proxy/ | ||
H A D | mod_proxy.h | 487 #define PROXY_THREAD_UNLOCK(x) ( (x) && (x)->tmutex ? apr_thread_mutex_unlock((x)->tmutex) : APR_SUCCESS) macro |
Completed in 22 milliseconds