Searched refs:notify (Results 1 - 25 of 165) sorted by relevance

1234567

/openjdk10/langtools/test/tools/javac/
H A DInterfaceOverrideFinal.java8 void notify(); method in interface:InterfaceOverrideFinal
/openjdk10/hotspot/src/share/vm/services/
H A DallocationContextService.hpp33 static inline void notify(TRAPS);
37 void AllocationContextService::notify(TRAPS) { } function in class:AllocationContextService
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DFieldObserver.java32 void notify( FieldGen field ); method in interface:FieldObserver
H A DInstructionListObserver.java32 void notify( InstructionList list ); method in interface:InstructionListObserver
H A DClassObserver.java32 void notify( ClassGen clazz ); method in interface:ClassObserver
H A DMethodObserver.java32 void notify( MethodGen method ); method in interface:MethodObserver
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/orbutil/concurrent/
H A DMutex.java146 notify();
154 notify();
185 notify();
H A DDebugMutex.java159 notify();
172 notify();
206 notify();
H A DReentrantMutex.java188 notify();
231 notify();
263 notify();
289 notify() ;
338 notify();
H A DCondVar.java238 notify();
301 notify();
333 notify();
/openjdk10/jdk/test/java/rmi/reliability/juicer/
H A DApple.java32 void notify(AppleEvent[] e) throws RemoteException; method in interface:Apple
/openjdk10/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DApple.java26 public void notify(AppleEvent[] e) throws java.rmi.RemoteException; method in interface:Apple
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/lang/
H A DObject_notify02.java37 object.notify();
H A DObject_notify01.java36 object.notify();
/openjdk10/langtools/test/tools/javac/defaultMethods/
H A DNeg13.java12 default void notify() { } method in interface:Neg13
/openjdk10/langtools/test/tools/javac/redefineObject/java.base/java/lang/
H A DObject2.java13 public final native void notify(); method in class:Object
H A DObject1.java13 public final native void notify(); method in class:Object
/openjdk10/jdk/test/java/awt/EventQueue/InvocationEventTest/
H A DInvocationEventTest.java134 Thread notify = new Thread(){
145 notify.start();
147 while (notify.getState() != Thread.State.WAITING)
150 InvocationEvent invocation = new InvocationEvent(this, () -> { }, (Object) notify, false);
158 while (notify.getState() != Thread.State.TERMINATED)
/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DWorker.java66 jobs.notify();
73 jobs.notify();
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/
H A DMutex.java56 notify();
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/corba/
H A DAsynchInvoke.java81 // notify any client waiting on a 'get_response'
82 _req.notify();
/openjdk10/jdk/test/java/awt/regtesthelpers/
H A DWaypoint.java83 notify();
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/threads/
H A DThread_isInterrupted02.java84 notify();
103 // notify the other thread we are done
105 end.notify();
/openjdk10/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DLdapRequest.java66 notify();
91 notify(); // notify anyone waiting for reply
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/
H A DCoroutineManager.java95 * <p>(Two possible approaches: wait-notify based and queue-based. Some
267 // We expect these values to be overwritten during the notify()/wait()
272 notify();
316 notify();
336 // We expect these values to be overwritten during the notify()/wait()
343 notify();

Completed in 290 milliseconds

1234567