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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_C_INITIALIZE_ARGS.java60 * CK_LOCKMUTEX LockMutex;  
91 * CK_LOCKMUTEX LockMutex;
94 public CK_LOCKMUTEX LockMutex; field in class:CK_C_INITIALIZE_ARGS
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_mutex.c111 ckpInitArgs->LockMutex = NULL_PTR;
124 fieldID = (*env)->GetFieldID(env, jInitArgsClass, "LockMutex", "Lsun/security/pkcs11/wrapper/CK_LOCKMUTEX;");
127 ckpInitArgs->LockMutex = (jMutexHandler != NULL) ? &callJLockMutex : NULL_PTR;
136 || (ckpInitArgs->LockMutex != NULL_PTR)
362 * LockMutex function
417 /* get the LockMutex object out of the jInitArgs object */
418 fieldID = (*env)->GetFieldID(env, jInitArgsClass, "LockMutex", "Lsun/security/pkcs11/wrapper/CK_LOCKMUTEX;");
423 /* call the CK_LOCKMUTEX method of the LockMutex object */
H A Dpkcs11t.h1145 CK_LOCKMUTEX LockMutex; member in struct:CK_C_INITIALIZE_ARGS

Completed in 82 milliseconds