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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_mutex.c473 jobject jUnlockMutex; local
510 jUnlockMutex = (*env)->GetObjectField(env, jInitArgsObject, fieldID);
511 assert(jUnlockMutex != 0);
516 (*env)->CallVoidMethod(env, jUnlockMutex, methodID, jMutex);

Completed in 41 milliseconds