Searched refs:testTimedPoll (Results 1 - 7 of 7) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DSynchronousQueueTest.java238 public void testTimedPoll() { testTimedPoll(false); } method in class:SynchronousQueueTest
239 public void testTimedPoll_fair() { testTimedPoll(true); }
240 public void testTimedPoll(boolean fair) { method in class:SynchronousQueueTest
H A DPriorityBlockingQueueTest.java381 public void testTimedPoll() throws InterruptedException { method in class:PriorityBlockingQueueTest
H A DArrayBlockingQueueTest.java439 public void testTimedPoll() throws InterruptedException { method in class:ArrayBlockingQueueTest
H A DDelayQueueTest.java411 public void testTimedPoll() throws InterruptedException { method in class:DelayQueueTest
H A DLinkedBlockingQueueTest.java428 public void testTimedPoll() throws InterruptedException { method in class:LinkedBlockingQueueTest
H A DLinkedTransferQueueTest.java274 public void testTimedPoll() throws InterruptedException { method in class:LinkedTransferQueueTest
H A DLinkedBlockingDequeTest.java736 public void testTimedPoll() throws InterruptedException { method in class:LinkedBlockingDequeTest

Completed in 112 milliseconds