Searched refs:testTimedPoll (Results 1 – 7 of 7) sorted by relevance
238 public void testTimedPoll() { testTimedPoll(false); } in testTimedPoll() method in SynchronousQueueTest239 public void testTimedPoll_fair() { testTimedPoll(true); } in testTimedPoll_fair()240 public void testTimedPoll(boolean fair) { in testTimedPoll() method in SynchronousQueueTest
381 public void testTimedPoll() throws InterruptedException { in testTimedPoll() method in PriorityBlockingQueueTest
411 public void testTimedPoll() throws InterruptedException { in testTimedPoll() method in DelayQueueTest
428 public void testTimedPoll() throws InterruptedException { in testTimedPoll() method in LinkedBlockingQueueTest
439 public void testTimedPoll() throws InterruptedException { in testTimedPoll() method in ArrayBlockingQueueTest
274 public void testTimedPoll() throws InterruptedException { in testTimedPoll() method in LinkedTransferQueueTest
736 public void testTimedPoll() throws InterruptedException { in testTimedPoll() method in LinkedBlockingDequeTest