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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c132 pthread_mutex_t soft_giant_mutex = PTHREAD_MUTEX_INITIALIZER; variable
152 (void) pthread_mutex_lock(&soft_giant_mutex);
161 (void) pthread_mutex_unlock(&soft_giant_mutex);
180 (void) pthread_mutex_unlock(&soft_giant_mutex);
198 (void) pthread_mutex_unlock(&soft_giant_mutex);
209 (void) pthread_mutex_unlock(&soft_giant_mutex);
216 (void) pthread_mutex_unlock(&soft_giant_mutex);
230 (void) pthread_mutex_unlock(&soft_giant_mutex);
238 (void) pthread_mutex_unlock(&soft_giant_mutex);
247 (void) pthread_mutex_unlock(&soft_giant_mutex);
[all...]

Completed in 44 milliseconds