Home | History | Annotate | Download | only in lang

Lines Matching defs:BLOCKED

237     /* The object in which this thread is blocked in an interruptible I/O
885 * <p> If this thread is blocked in an invocation of the {@link
893 * <p> If this thread is blocked in an I/O operation upon an {@link
899 * <p> If this thread is blocked in a {@link java.nio.channels.Selector}
1686 * <li>{@link #BLOCKED}<br>
1687 * A thread that is blocked waiting for a monitor lock
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
1732 BLOCKED,