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

/httpd/modules/ssl/
H A Dssl_engine_mutex.c63 const char *lockfile; local
70 lockfile = apr_global_mutex_lockfile(mc->pMutex);
72 lockfile,
74 if (lockfile)
77 SSL_CACHE_MUTEX_TYPE, lockfile);
H A Dssl_util_stapling.c535 const char *lockfile; local
541 lockfile = apr_global_mutex_lockfile(mc->stapling_mutex);
543 lockfile, p)) != APR_SUCCESS) {
544 if (lockfile) {
547 SSL_STAPLING_MUTEX_TYPE, lockfile);
/httpd/os/unix/
H A Dunixd.c260 const char *lockfile = apr_proc_mutex_lockfile(pmutex); local
262 if (lockfile) {
263 if (chown(lockfile, ap_unixd_config.user_id,
/httpd/modules/cache/
H A Dcache_util.c269 apr_file_t *lockfile; local
350 if (APR_SUCCESS == (status = apr_file_open(&lockfile, lockname,
353 apr_pool_userdata_set(lockfile, CACHE_LOCKFILE_KEY, NULL, r->pool);
/httpd/server/mpm/motorz/
H A Dmotorz.c841 const char *lockfile; local
884 lockfile = apr_proc_mutex_lockfile(my_bucket->mutex);
888 lockfile ? lockfile : "none",
/httpd/server/mpm/prefork/
H A Dprefork.c510 const char *lockfile; local
553 lockfile = apr_proc_mutex_lockfile(my_bucket->mutex);
557 lockfile ? lockfile : "none",

Completed in 2863 milliseconds