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

/openjdk9/jdk/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dp11_mutex.c302 jclass jDestroyMutexClass; local
331 jDestroyMutexClass = (*env)->FindClass(env, CLASS_DESTROYMUTEX);
332 if (jDestroyMutexClass == NULL) { return rv; }
346 methodID = (*env)->GetMethodID(env, jDestroyMutexClass, "CK_DESTROYMUTEX", "(Ljava/lang/Object;)V");

Completed in 47 milliseconds