Searched refs:isInterrupted (Results 1 – 14 of 14) sorted by relevance
178 } while (! Thread.currentThread().isInterrupted()); in testParkBeforeInterrupt()216 assertTrue(Thread.currentThread().isInterrupted()); in testParkAfterInterrupt()218 assertTrue(Thread.currentThread().isInterrupted()); in testParkAfterInterrupt()290 } while (! Thread.currentThread().isInterrupted()); in testGetBlocker()
260 assertTrue(myself.isInterrupted()); in testJoinIgnoresInterrupts()270 assertTrue(myself.isInterrupted()); in testJoinIgnoresInterrupts()283 assertTrue(myself.isInterrupted()); in testJoinIgnoresInterrupts()296 assertTrue(myself.isInterrupted()); in testJoinIgnoresInterrupts()306 assertTrue(myself.isInterrupted()); in testJoinIgnoresInterrupts()315 assertTrue(myself.isInterrupted()); in testJoinIgnoresInterrupts()362 assertTrue(myself.isInterrupted()); in testJoinIgnoresInterruptsOutsideForkJoinPool()370 assertTrue(myself.isInterrupted()); in testJoinIgnoresInterruptsOutsideForkJoinPool()381 assertTrue(myself.isInterrupted()); in testJoinIgnoresInterruptsOutsideForkJoinPool()394 assertTrue(myself.isInterrupted()); in testJoinIgnoresInterruptsOutsideForkJoinPool()[all …]
513 assertTrue(Thread.currentThread().isInterrupted());540 assertFalse(Thread.currentThread().isInterrupted());570 assertTrue(Thread.currentThread().isInterrupted());572 assertTrue(Thread.currentThread().isInterrupted());594 assertFalse(Thread.currentThread().isInterrupted());597 assertTrue(Thread.currentThread().isInterrupted());
371 else if (!t.isInterrupted() && m == 0 && in arenaExchange()430 if (t.isInterrupted()) // preserve interrupt status so caller can recheck in slotExchange()473 else if (!t.isInterrupted() && arena == null && in slotExchange()483 v = timed && ns <= 0L && !t.isInterrupted() ? TIMED_OUT : null; in slotExchange()
620 if (getState() >= 0 && (t = thread) != null && !t.isInterrupted()) { in interruptIfStarted()757 if (!t.isInterrupted() && w.tryLock()) { in interruptIdleWorkers()1106 !wt.isInterrupted()) in runWorker()
410 if (w.isInterrupted()) in awaitFulfill()714 if (w.isInterrupted()) in awaitFulfill()
681 if ((w.isInterrupted() || (timed && nanos <= 0)) && in awaitMatch()
2251 if (!wt.isInterrupted()) { in tryTerminate()
97 while (!isInterrupted()) { in run()
86 while (!Thread.currentThread().isInterrupted()) { in run()565 while (!Thread.currentThread().isInterrupted()) in test_isInterrupted()578 .isInterrupted()); in test_isInterrupted()581 .isInterrupted()); in test_isInterrupted()
79 assertFalse(Thread.currentThread().isInterrupted()); in testThreadInterrupted()
709 public native boolean isInterrupted(); in isInterrupted() method in Thread880 if (interruptAction != null && isInterrupted()) { in pushInterruptAction$()
100 assertTrue(Thread.currentThread().isInterrupted()); in testInterrupted()
689 assertFalse(Thread.currentThread().isInterrupted()); in waitToDie()702 assertFalse(Thread.currentThread().isInterrupted()); in delay()