Home | History | Annotate | Download | only in lang

Lines Matching defs:TERMINATED

1157         // Android-changed: Return null if the thread is terminated.
1158 if (getState() == Thread.State.TERMINATED) {
1505 * scheduled to run by the system, or has terminated.
1668 * When a thread is terminated, this thread ID may be reused.
1698 * <li>{@link #TERMINATED}<br>
1770 * Thread state for a terminated thread.
1773 TERMINATED;
1909 * has terminated, in which case <tt>null</tt> is returned.