Home
last modified time | relevance | path

Searched refs:st_wait_cond (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Slottable.c68 (void) pthread_cond_init(&stmp->st_wait_cond, NULL); in pkcs11_slottable_initialize()
243 (void) pthread_cond_destroy(&slottable->st_wait_cond); in pkcs11_slottable_delete()
H A Dpkcs11Slot.h96 pthread_cond_t st_wait_cond; /* Used for C_WaitForSlotEvent */ member
H A Dpkcs11SlotToken.c914 (void) pthread_cond_wait(&slottable->st_wait_cond, in listener_waitforslotevent()
1044 st_wait_cond); in child_waitforslotevent()
1081 (void) pthread_cond_signal(&slottable->st_wait_cond); in child_waitforslotevent()
H A Dpkcs11General.c420 &slottable->st_wait_cond); in finalize_common()