Searched refs:testTimedPoll (Results 1 – 7 of 7) sorted by relevance
210 public void testTimedPoll() { testTimedPoll(false); } in testTimedPoll() method in SynchronousQueueTest211 public void testTimedPoll_fair() { testTimedPoll(true); } in testTimedPoll_fair()212 public void testTimedPoll(boolean fair) { in testTimedPoll() method in SynchronousQueueTest
355 public void testTimedPoll() throws InterruptedException { in testTimedPoll() method in PriorityBlockingQueueTest
389 public void testTimedPoll() throws InterruptedException { in testTimedPoll() method in DelayQueueTest
399 public void testTimedPoll() throws InterruptedException { in testTimedPoll() method in LinkedBlockingQueueTest
410 public void testTimedPoll() throws InterruptedException { in testTimedPoll() method in ArrayBlockingQueueTest
247 public void testTimedPoll() throws InterruptedException { in testTimedPoll() method in LinkedTransferQueueTest
709 public void testTimedPoll() throws InterruptedException { in testTimedPoll() method in LinkedBlockingDequeTest