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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c130 pthread_mutex_t *uri_lock = NULL; variable
800 if ((uri_lock = OPENSSL_malloc(sizeof (pthread_mutex_t))) == NULL) {
803 (void) pthread_mutex_init(uri_lock, NULL);
872 /* Free uri_lock */
873 (void) pthread_mutex_destroy(uri_lock);
874 OPENSSL_free(uri_lock);
875 uri_lock = NULL;
1026 (void) pthread_mutex_lock(uri_lock);
1048 (void) pthread_mutex_unlock(uri_lock);
1073 (void) pthread_mutex_unlock(uri_lock);
[all...]

Completed in 45 milliseconds