Searched refs:pMutex (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/ssl/
H A Dssl_engine_mutex.c46 if (mc->pMutex) {
50 if ((rv = ap_global_mutex_create(&mc->pMutex, NULL, SSL_CACHE_MUTEX_TYPE,
65 if (mc->pMutex == NULL || !mc->sesscache
70 lockfile = apr_global_mutex_lockfile(mc->pMutex);
71 if ((rv = apr_global_mutex_child_init(&mc->pMutex,
91 if ((rv = apr_global_mutex_lock(mc->pMutex)) != APR_SUCCESS) {
104 if ((rv = apr_global_mutex_unlock(mc->pMutex)) != APR_SUCCESS) {
H A Dssl_private.h507 apr_global_mutex_t *pMutex; member in struct:__anon337
H A Dssl_engine_config.c64 mc->pMutex = NULL;

Completed in 1496 milliseconds