Home | History | Annotate | Download | only in lang

Lines Matching defs:WAITING

1687      *     A thread that is blocked waiting for a monitor lock
1690 * <li>{@link #WAITING}<br>
1691 * A thread that is waiting indefinitely for another thread to
1695 * A thread that is waiting for another thread to perform an action
1696 * for up to a specified waiting time is in this state.
1720 * be waiting for other resources from the operating system
1726 * Thread state for a thread blocked waiting for a monitor lock.
1727 * A thread in the blocked state is waiting for a monitor lock
1735 * Thread state for a waiting thread.
1736 * A thread is in the waiting state due to calling one of the
1744 * <p>A thread in the waiting state is waiting for another thread to
1748 * on an object is waiting for another thread to call
1751 * is waiting for a specified thread to terminate.
1753 WAITING,
1756 * Thread state for a waiting thread with a specified waiting time.
1757 * A thread is in the timed waiting state due to calling one of
1758 * the following methods with a specified positive waiting time: