Home
last modified time | relevance | path

Searched refs:mechhash_mutex (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c114 extern pthread_mutex_t mechhash_mutex;
478 (void) pthread_mutex_lock(&mechhash_mutex); in kernel_fork_prepare()
490 (void) pthread_mutex_unlock(&mechhash_mutex); in kernel_fork_after()
H A DkernelUtil.c160 pthread_mutex_t mechhash_mutex = PTHREAD_MUTEX_INITIALIZER; variable
176 (void) pthread_mutex_lock(&mechhash_mutex); in kmech_hash_insert()
180 (void) pthread_mutex_unlock(&mechhash_mutex); in kmech_hash_insert()
187 (void) pthread_mutex_unlock(&mechhash_mutex); in kmech_hash_insert()