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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c243 if (pthread_mutex_init(&soft_slot.keystore_mutex, NULL) != 0) {
254 (void) pthread_mutex_destroy(&soft_slot.keystore_mutex);
269 (void) pthread_mutex_destroy(&soft_slot.keystore_mutex);
285 (void) pthread_mutex_destroy(&soft_slot.keystore_mutex);
377 (void) pthread_mutex_destroy(&soft_slot.keystore_mutex);
497 * 4. soft_slot.keystore_mutex
510 (void) pthread_mutex_lock(&soft_slot.keystore_mutex);
534 (void) pthread_mutex_unlock(&soft_slot.keystore_mutex);
H A DsoftSession.h111 pthread_mutex_t keystore_mutex; /* Protects keystore_load_status */ member in struct:slot
H A DsoftKeystoreUtil.c2941 (void) pthread_mutex_lock(&soft_slot.keystore_mutex);
2949 (void) pthread_mutex_unlock(&soft_slot.keystore_mutex);
3009 (void) pthread_mutex_unlock(&soft_slot.keystore_mutex);

Completed in 75 milliseconds