Searched refs:apr_proc_mutex_lockfile (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/apr-32/apr/apr/include/
H A Dapr_global_mutex.h157 #define apr_global_mutex_lockfile apr_proc_mutex_lockfile
H A Dapr_proc_mutex.h140 APR_DECLARE(const char *) apr_proc_mutex_lockfile(apr_proc_mutex_t *mutex);
/macosx-10.10.1/apr-32/apr/apr/locks/netware/
H A Dproc_mutex.c85 APR_DECLARE(const char *) apr_proc_mutex_lockfile(apr_proc_mutex_t *mutex) function
/macosx-10.10.1/apr-32/apr/apr/locks/beos/
H A Dproc_mutex.c128 APR_DECLARE(const char *) apr_proc_mutex_lockfile(apr_proc_mutex_t *mutex) function
/macosx-10.10.1/apr-32/apr/apr/locks/os2/
H A Dproc_mutex.c58 APR_DECLARE(const char *) apr_proc_mutex_lockfile(apr_proc_mutex_t *mutex) function
/macosx-10.10.1/apr-32/apr/apr/locks/unix/
H A Dglobal_mutex.c180 return apr_proc_mutex_lockfile(mutex->proc_mutex);
H A Dproc_mutex.c929 APR_DECLARE(const char *) apr_proc_mutex_lockfile(apr_proc_mutex_t *mutex) function
/macosx-10.10.1/apr-32/apr/apr/locks/win32/
H A Dproc_mutex.c187 APR_DECLARE(const char *) apr_proc_mutex_lockfile(apr_proc_mutex_t *mutex) function
/macosx-10.10.1/apache-793/httpd/os/unix/
H A Dunixd.c260 const char *lockfile = apr_proc_mutex_lockfile(pmutex);
/macosx-10.10.1/apache-793/httpd/modules/core/
H A Dmod_watchdog.c276 apr_proc_mutex_lockfile(w->mutex), p);
/macosx-10.10.1/apache-793/httpd/server/mpm/prefork/
H A Dprefork.c526 lockfile = apr_proc_mutex_lockfile(accept_mutex);
/macosx-10.10.1/apache-793/httpd/server/mpm/worker/
H A Dworker.c1232 apr_proc_mutex_lockfile(accept_mutex),

Completed in 221 milliseconds