Home
last modified time | relevance | path

Searched refs:testPollInExecutor (Results 1 – 7 of 7) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DSynchronousQueueTest.java480 public void testPollInExecutor() { testPollInExecutor(false); }
481 public void testPollInExecutor_fair() { testPollInExecutor(true); }
482 public void testPollInExecutor(boolean fair) {
DPriorityBlockingQueueTest.java599 public void testPollInExecutor() { in testPollInExecutor() method
DDelayQueueTest.java638 public void testPollInExecutor() { in testPollInExecutor() method
DLinkedBlockingQueueTest.java710 public void testPollInExecutor() { in testPollInExecutor() method
DArrayBlockingQueueTest.java777 public void testPollInExecutor() { in testPollInExecutor() method
DLinkedTransferQueueTest.java590 public void testPollInExecutor() { in testPollInExecutor() method
DLinkedBlockingDequeTest.java1655 public void testPollInExecutor() {