Home | History | Annotate | Download | only in concurrent

Lines Matching refs:interrupted

90  * {@link InterruptedException} if they too were interrupted at about
175 if (Thread.interrupted()) {
196 // loop until tripped, broken, interrupted, or timed out
209 // been interrupted, so this interrupt is deemed to
291 * <li>has its interrupted status set on entry to this method; or
292 * <li>is {@linkplain Thread#interrupt interrupted} while waiting
295 * interrupted status is cleared.
302 * <p>If any thread is {@linkplain Thread#interrupt interrupted} while waiting,
318 * @throws InterruptedException if the current thread was interrupted
321 * interrupted or timed out while the current thread was
354 * <li>has its interrupted status set on entry to this method; or
355 * <li>is {@linkplain Thread#interrupt interrupted} while waiting
358 * interrupted status is cleared.
369 * <p>If any thread is {@linkplain Thread#interrupt interrupted} while
387 * @throws InterruptedException if the current thread was interrupted
391 * interrupted or timed out while the current thread was