Lines Matching defs:socache_mutex

127 static apr_global_mutex_t *socache_mutex = NULL;
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) {
689 apr_status_t status = apr_global_mutex_lock(socache_mutex);
701 if (socache_mutex) {
702 apr_status_t status = apr_global_mutex_unlock(socache_mutex);
732 if (socache_mutex) {
733 apr_status_t status = apr_global_mutex_lock(socache_mutex);
744 if (socache_mutex) {
745 apr_status_t status = apr_global_mutex_unlock(socache_mutex);
842 if (socache_mutex) {
843 apr_status_t status = apr_global_mutex_lock(socache_mutex);
857 if (socache_mutex) {
858 apr_status_t status = apr_global_mutex_unlock(socache_mutex);
1123 if (socache_mutex) {
1124 apr_status_t status = apr_global_mutex_lock(socache_mutex);
1137 if (socache_mutex) {
1138 apr_status_t status = apr_global_mutex_unlock(socache_mutex);
1166 if (socache_mutex) {
1167 apr_status_t status = apr_global_mutex_lock(socache_mutex);
1178 if (socache_mutex) {
1179 apr_status_t status = apr_global_mutex_unlock(socache_mutex);
1360 if (socache_mutex) {
1361 apr_global_mutex_destroy(socache_mutex);
1362 socache_mutex = NULL;
1403 if (socache_mutex) {
1404 status = apr_global_mutex_lock(socache_mutex);
1423 if (socache_mutex && status == APR_SUCCESS) {
1424 status = apr_global_mutex_unlock(socache_mutex);
1475 if (!socache_mutex && conf->provider->socache_provider->flags
1478 rv = ap_global_mutex_create(&socache_mutex, NULL, cache_socache_id,
1518 if (!socache_mutex) {
1521 lock = apr_global_mutex_lockfile(socache_mutex);
1522 rv = apr_global_mutex_child_init(&socache_mutex, lock, p);