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

/libcore/libart/src/main/java/java/lang/
H A DObject.java291 * that called {@code notify()} has to release the object's monitor first.
311 public final native void notify(); method in class:Object
316 * will not run immediately. The thread that called {@code notify()} has to
333 * @see #notify
360 * notify()} or {@code notifyAll()} method of this object. This method can
362 * {@link #notify()} on how a thread can become the owner of a monitor.
379 * @see #notify
389 * notify()} or {@code notifyAll()} method of this object or until the
391 * which owns this object's monitor; see {@link #notify()} on how a thread
416 * @see #notify
[all...]

Completed in 48 milliseconds