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

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

Completed in 59 milliseconds