Searched refs:lockfile (Results 1 - 8 of 8) 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/build/rpm/
H A Dhtcacheclean.init50 lockfile=${LOCKFILE-/var/lock/subsys/${prog}}
62 [ $RETVAL = 0 ] && touch ${lockfile}
70 [ $RETVAL = 0 ] && rm -f ${lockfile}
H A Dhttpd.init62 lockfile=${LOCKFILE-/var/lock/subsys/${prog}}
91 [ $RETVAL = 0 ] && touch ${lockfile}
99 [ $RETVAL = 0 ] && rm -f ${lockfile} ${pidfile}
/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/server/mpm/prefork/
H A Dprefork.c510 const char *lockfile; local
553 lockfile = apr_proc_mutex_lockfile(my_bucket->mutex);
557 lockfile ? lockfile : "none",
/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/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);

Completed in 2413 milliseconds