Searched defs:client_lock (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/aaa/ |
H A D | mod_auth_digest.c | 175 static apr_global_mutex_t *client_lock = NULL; variable 210 if (client_lock) { 211 apr_global_mutex_destroy(client_lock); 212 client_lock = NULL; 285 sts = ap_global_mutex_create(&client_lock, NULL, client_mutex_type, NULL, 288 log_error_and_cleanup("failed to create lock (client_lock)", sts, s); 406 sts = apr_global_mutex_child_init(&client_lock, 407 apr_global_mutex_lockfile(client_lock), 410 log_error_and_cleanup("failed to create lock (client_lock)", sts, s); 741 apr_global_mutex_lock(client_lock); [all...] |
Completed in 22 milliseconds