Searched refs:UnlockMutex (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_C_INITIALIZE_ARGS.java61 * CK_UNLOCKMUTEX UnlockMutex;  
99 * CK_UNLOCKMUTEX UnlockMutex;
102 public CK_UNLOCKMUTEX UnlockMutex; field in class:CK_C_INITIALIZE_ARGS
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_mutex.c112 ckpInitArgs->UnlockMutex = NULL_PTR;
129 fieldID = (*env)->GetFieldID(env, jInitArgsClass, "UnlockMutex", "Lsun/security/pkcs11/wrapper/CK_UNLOCKMUTEX;");
132 ckpInitArgs->UnlockMutex = (jMutexHandler != NULL) ? &callJUnlockMutex : NULL_PTR;
137 || (ckpInitArgs->UnlockMutex != NULL_PTR)) {
452 * UnlockMutex function
507 /* get the UnlockMutex object out of the jInitArgs object */
508 fieldID = (*env)->GetFieldID(env, jInitArgsClass, "UnlockMutex", "Lsun/security/pkcs11/wrapper/CK_UNLOCKMUTEX;");
H A Dpkcs11t.h1146 CK_UNLOCKMUTEX UnlockMutex; member in struct:CK_C_INITIALIZE_ARGS

Completed in 35 milliseconds