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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_sessmgmt.c62 jobject notifyListLock = NULL; variable
445 (*env)->MonitorEnter(env, notifyListLock); /* synchronize access to list */
460 (*env)->MonitorExit(env, notifyListLock); /* synchronize access to list */
472 (*env)->MonitorEnter(env, notifyListLock); /* synchronize access to list */
505 (*env)->MonitorExit(env, notifyListLock); /* synchronize access to list */
519 (*env)->MonitorEnter(env, notifyListLock); /* synchronize access to list */
532 (*env)->MonitorExit(env, notifyListLock); /* synchronize access to list */
H A Dp11_general.c95 if (notifyListLock == NULL) {
96 notifyListLock = createLockObject(env);
155 * remove also the notifyListLock, it is no longer used *
156 if (notifyListLock != NULL) {
157 destroyLockObject(env, notifyListLock);
158 notifyListLock = NULL;
H A Dpkcs11wrapper.h441 extern jobject notifyListLock;

Completed in 50 milliseconds