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

/libcore/ojluni/src/main/java/java/lang/
H A DObject.java295 public final native void notify(); method in class:Object
310 * of this object's monitor. See the {@code notify} method for a
316 * @see java.lang.Object#notify()
323 * {@link java.lang.Object#notify()} method or the
335 * <li>Some other thread invokes the {@code notify} method for this
389 * of this object's monitor. See the {@code notify} method for a
403 * @see java.lang.Object#notify()
412 * {@link java.lang.Object#notify()} method or the
434 * to wake up either through a call to the {@code notify} method
454 * of this object's monitor. See the {@code notify} metho
[all...]
/libcore/luni/src/test/java/tests/support/
H A DThreadPool.java50 notify();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DTimerTaskTest.java44 start.notify();
54 sync.notify();
H A DTimerTest.java81 sync.notify();
964 * let those exceptions bubble up, where they will both notify the thread's
/libcore/ojluni/src/main/java/java/util/
H A DTimer.java114 queue.notify(); // In case queue is empty.
410 queue.notify();
432 queue.notify(); // In case queue was already empty.
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DThreadTest.java31 this.notify();
70 this.notify();
463 lock.notify();
499 lock.notify();
666 lock.notify();
719 lock.notify();
H A DObjectTest.java86 * java.lang.Object#notify()
89 // Test for method void java.lang.Object.notify()
141 obj1.notify();
/libcore/ojluni/src/main/java/java/util/prefs/
H A DAbstractPreferences.java1516 eventQueue.notify();
1530 eventQueue.notify();
1544 eventQueue.notify();
/libcore/luni/src/test/java/libcore/java/lang/
H A DOldObjectTest.java90 obj.notify();
H A DOldThreadTest.java34 this.notify();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DPipedInputStreamTest.java35 notify();
/libcore/libart/src/main/java/java/lang/
H A DDaemons.java293 notify();
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
H A DHttpURLConnectionTest.java66 bound.notify();
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DKeyFactory2Test.java60 this.notify();
/libcore/luni/src/test/java/libcore/javax/net/ssl/
H A DSSLSocketTest.java601 handshakeCompletedListenerCalled.notify();

Completed in 610 milliseconds