Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11SlotToken.c242 if ((slottable->st_blocking) || (slottable->st_wfse_active)) { in C_WaitForSlotEvent()
246 slottable->st_wfse_active = B_TRUE; in C_WaitForSlotEvent()
274 slottable->st_wfse_active = B_FALSE; in C_WaitForSlotEvent()
351 slottable->st_wfse_active = in C_WaitForSlotEvent()
375 slottable->st_wfse_active = B_FALSE; in C_WaitForSlotEvent()
387 slottable->st_wfse_active = B_FALSE; in C_WaitForSlotEvent()
407 slottable->st_wfse_active = B_FALSE; in C_WaitForSlotEvent()
478 slottable->st_wfse_active = B_FALSE; in C_WaitForSlotEvent()
512 slottable->st_wfse_active = B_FALSE; in C_WaitForSlotEvent()
525 slottable->st_wfse_active = B_FALSE; in C_WaitForSlotEvent()
[all …]
H A Dpkcs11General.c406 if (slottable->st_wfse_active) { in finalize_common()
412 while (slottable->st_wfse_active) { in finalize_common()
H A Dpkcs11Slot.h96 boolean_t st_wfse_active; /* A thread is actively running WFSE */ member
H A Dpkcs11Slottable.c64 stmp->st_wfse_active = B_FALSE; in pkcs11_slottable_initialize()