Searched refs:Notify (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/ |
H A D | PKCS11.java | 393 * @param Notify the callback function 394 * (PKCS#11 param: CK_NOTIFY Notify) 401 public native long C_OpenSession(long slotID, long flags, Object pApplication, CK_NOTIFY Notify) throws PKCS11Exception; argument 1515 public synchronized long C_OpenSession(long slotID, long flags, Object pApplication, CK_NOTIFY Notify) throws PKCS11Exception { argument 1516 return super.C_OpenSession(slotID, flags, pApplication, Notify);
|
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/ |
H A D | pkcs11f.h | 175 CK_NOTIFY Notify, /* callback function */
|
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | objectMonitor.cpp | 1439 // Wait/Notify/NotifyAll 1669 TEVENT (Empty-Notify) ;
|
Completed in 524 milliseconds