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

/libcore/libdvm/src/main/java/java/lang/
H A DObject.java266 * that called {@code notify()} has to release the object's monitor first.
287 public final native void notify(); method in class:Object
292 * will not run immediately. The thread that called {@code notify()} has to
310 * @see #notify
337 * notify()} or {@code notifyAll()} method of this object. This method can
339 * {@link #notify()} on how a thread can become the owner of a monitor.
357 * @see #notify
369 * notify()} or {@code notifyAll()} method of this object or until the
371 * which owns this object's monitor; see {@link #notify()} on how a thread
394 * @see #notify
[all...]
/libcore/libart/src/main/java/java/lang/
H A DObject.java278 * that called {@code notify()} has to release the object's monitor first.
299 public final native void notify(); method in class:Object
304 * will not run immediately. The thread that called {@code notify()} has to
322 * @see #notify
349 * notify()} or {@code notifyAll()} method of this object. This method can
351 * {@link #notify()} on how a thread can become the owner of a monitor.
369 * @see #notify
379 * notify()} or {@code notifyAll()} method of this object or until the
381 * which owns this object's monitor; see {@link #notify()} on how a thread
404 * @see #notify
[all...]

Completed in 92 milliseconds