Home
last modified time | relevance | path

Searched refs:testTimedPollWithOffer (Results 1 – 4 of 4) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DSynchronousQueueTest.java252 public void testTimedPollWithOffer() { testTimedPollWithOffer(false); } in testTimedPollWithOffer() method in SynchronousQueueTest
253 public void testTimedPollWithOffer_fair() { testTimedPollWithOffer(true); } in testTimedPollWithOffer_fair()
254 public void testTimedPollWithOffer(boolean fair) { in testTimedPollWithOffer() method in SynchronousQueueTest
DBlockingQueueTest.java215 public void testTimedPollWithOffer() throws InterruptedException { in testTimedPollWithOffer() method in BlockingQueueTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DSynchronousQueueTest.java273 public void testTimedPollWithOffer() { testTimedPollWithOffer(false); } in testTimedPollWithOffer() method in SynchronousQueueTest
274 public void testTimedPollWithOffer_fair() { testTimedPollWithOffer(true); } in testTimedPollWithOffer_fair()
275 public void testTimedPollWithOffer(boolean fair) { in testTimedPollWithOffer() method in SynchronousQueueTest
DBlockingQueueTest.java239 public void testTimedPollWithOffer() throws InterruptedException { in testTimedPollWithOffer() method in BlockingQueueTest