Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11General.c114 boolean_t pkcs11_cant_create_threads = B_FALSE; variable
299 pkcs11_cant_create_threads = B_TRUE; in C_Initialize()
401 pkcs11_cant_create_threads = B_FALSE; in finalize_common()
H A Dpkcs11Global.h41 extern boolean_t pkcs11_cant_create_threads;
H A Dpkcs11SlotToken.c379 } else if (!(flags & CKF_DONT_BLOCK) && (pkcs11_cant_create_threads)) { in C_WaitForSlotEvent()