Searched refs:testTimedPollWithOffer (Results 1 – 4 of 4) sorted by relevance
252 public void testTimedPollWithOffer() { testTimedPollWithOffer(false); } in testTimedPollWithOffer() method in SynchronousQueueTest253 public void testTimedPollWithOffer_fair() { testTimedPollWithOffer(true); } in testTimedPollWithOffer_fair()254 public void testTimedPollWithOffer(boolean fair) { in testTimedPollWithOffer() method in SynchronousQueueTest
215 public void testTimedPollWithOffer() throws InterruptedException { in testTimedPollWithOffer() method in BlockingQueueTest
273 public void testTimedPollWithOffer() { testTimedPollWithOffer(false); } in testTimedPollWithOffer() method in SynchronousQueueTest274 public void testTimedPollWithOffer_fair() { testTimedPollWithOffer(true); } in testTimedPollWithOffer_fair()275 public void testTimedPollWithOffer(boolean fair) { in testTimedPollWithOffer() method in SynchronousQueueTest
239 public void testTimedPollWithOffer() throws InterruptedException { in testTimedPollWithOffer() method in BlockingQueueTest