Searched refs:st_start_mutex (Results 1 – 3 of 3) sorted by relevance
397 (void) pthread_mutex_lock(&slottable->st_start_mutex); in C_WaitForSlotEvent()409 (void) pthread_mutex_unlock(&slottable->st_start_mutex); in C_WaitForSlotEvent()420 &slottable->st_start_mutex); in C_WaitForSlotEvent()421 (void) pthread_mutex_unlock(&slottable->st_start_mutex); in C_WaitForSlotEvent()902 (void) pthread_mutex_lock(&slottable->st_start_mutex); in listener_waitforslotevent()904 (void) pthread_mutex_unlock(&slottable->st_start_mutex); in listener_waitforslotevent()
69 (void) pthread_mutex_init(&stmp->st_start_mutex, NULL); in pkcs11_slottable_initialize()244 (void) pthread_mutex_destroy(&slottable->st_start_mutex); in pkcs11_slottable_delete()
101 pthread_mutex_t st_start_mutex; /* wait for listener to start */ member