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

/libcore/ojluni/src/main/java/java/lang/
H A DObject.java309 public final native void notify(); method in class:Object
324 * of this object's monitor. See the {@code notify} method for a
330 * @see java.lang.Object#notify()
338 * {@link java.lang.Object#notify()} method or the
350 * <li>Some other thread invokes the {@code notify} method for this
404 * of this object's monitor. See the {@code notify} method for a
418 * @see java.lang.Object#notify()
427 * {@link java.lang.Object#notify()} method or the
449 * to wake up either through a call to the {@code notify} method
469 * of this object's monitor. See the {@code notify} metho
[all...]

Completed in 58 milliseconds