Lines Matching refs:uri_lock
141 pthread_mutex_t *uri_lock = NULL;
821 if ((uri_lock = OPENSSL_malloc(sizeof (pthread_mutex_t))) == NULL)
823 (void) pthread_mutex_init(uri_lock, NULL);
894 /* Free uri_lock */
895 (void) pthread_mutex_destroy(uri_lock);
896 OPENSSL_free(uri_lock);
897 uri_lock = NULL;
1033 (void) pthread_mutex_lock(uri_lock);
1055 (void) pthread_mutex_unlock(uri_lock);
1079 (void) pthread_mutex_unlock(uri_lock);