Searched refs:isInterrupted (Results 1 – 14 of 14) sorted by relevance
190 } while (! Thread.currentThread().isInterrupted()); in testParkBeforeInterrupt()228 assertTrue(Thread.currentThread().isInterrupted()); in testParkAfterInterrupt()230 assertTrue(Thread.currentThread().isInterrupted()); in testParkAfterInterrupt()302 } while (! Thread.currentThread().isInterrupted()); in testGetBlocker()
272 assertTrue(myself.isInterrupted()); in testJoinIgnoresInterrupts()282 assertTrue(myself.isInterrupted()); in testJoinIgnoresInterrupts()295 assertTrue(myself.isInterrupted()); in testJoinIgnoresInterrupts()308 assertTrue(myself.isInterrupted()); in testJoinIgnoresInterrupts()318 assertTrue(myself.isInterrupted()); in testJoinIgnoresInterrupts()327 assertTrue(myself.isInterrupted()); in testJoinIgnoresInterrupts()374 assertTrue(myself.isInterrupted()); in testJoinIgnoresInterruptsOutsideForkJoinPool()382 assertTrue(myself.isInterrupted()); in testJoinIgnoresInterruptsOutsideForkJoinPool()393 assertTrue(myself.isInterrupted()); in testJoinIgnoresInterruptsOutsideForkJoinPool()406 assertTrue(myself.isInterrupted()); in testJoinIgnoresInterruptsOutsideForkJoinPool()[all …]
524 assertTrue(Thread.currentThread().isInterrupted());551 assertFalse(Thread.currentThread().isInterrupted());581 assertTrue(Thread.currentThread().isInterrupted());583 assertTrue(Thread.currentThread().isInterrupted());605 assertFalse(Thread.currentThread().isInterrupted());608 assertTrue(Thread.currentThread().isInterrupted());
368 else if (!t.isInterrupted() && m == 0 && in arenaExchange()427 if (t.isInterrupted()) // preserve interrupt status so caller can recheck in slotExchange()470 else if (!t.isInterrupted() && arena == null && in slotExchange()480 v = timed && ns <= 0L && !t.isInterrupted() ? TIMED_OUT : null; in slotExchange()
621 if (getState() >= 0 && (t = thread) != null && !t.isInterrupted()) { in interruptIfStarted()758 if (!t.isInterrupted() && w.tryLock()) { in interruptIdleWorkers()1107 !wt.isInterrupted()) in runWorker()
411 if (w.isInterrupted()) in awaitFulfill()715 if (w.isInterrupted()) in awaitFulfill()
680 if ((w.isInterrupted() || (timed && nanos <= 0)) && in awaitMatch()
2244 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()
79 assertTrue(Thread.currentThread().isInterrupted()); in testInterrupted()
689 assertFalse(Thread.currentThread().isInterrupted()); in waitToDie()702 assertFalse(Thread.currentThread().isInterrupted()); in delay()
709 public native boolean isInterrupted(); in isInterrupted() method in Thread880 if (interruptAction != null && isInterrupted()) { in pushInterruptAction$()