Home
last modified time | relevance | path

Searched refs:st_thr_count (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11SlotToken.c502 slottable->st_thr_count++; in C_WaitForSlotEvent()
508 if (slottable->st_thr_count == 0) { in C_WaitForSlotEvent()
928 slottable->st_thr_count--; in listener_waitforslotevent()
956 if (slottable->st_thr_count == 0) { in listener_waitforslotevent()
H A Dpkcs11Slot.h99 uint_t st_thr_count; /* Used for C_WaitForSlotEvent */ member
H A Dpkcs11Slottable.c63 stmp->st_thr_count = 0; in pkcs11_slottable_initialize()