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

/httpd/modules/cache/
H A Dmod_cache_socache.c127 static apr_global_mutex_t *socache_mutex = NULL; variable
470 if (socache_mutex) {
471 apr_status_t status = apr_global_mutex_lock(socache_mutex);
484 if (socache_mutex) {
485 apr_status_t status = apr_global_mutex_unlock(socache_mutex);
533 if (socache_mutex) {
534 apr_status_t status = apr_global_mutex_lock(socache_mutex);
548 if (socache_mutex) {
549 apr_status_t status = apr_global_mutex_unlock(socache_mutex);
688 if (socache_mutex) {
[all...]

Completed in 14 milliseconds