Home
last modified time | relevance | path

Searched refs:testPutWithTake (Results 1 – 12 of 12) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DSynchronousQueueTest.java157 public void testPutWithTake() { testPutWithTake(false); } in testPutWithTake() method in SynchronousQueueTest
158 public void testPutWithTake_fair() { testPutWithTake(true); } in testPutWithTake_fair()
159 public void testPutWithTake(boolean fair) { in testPutWithTake() method in SynchronousQueueTest
DPriorityBlockingQueueTest.java283 public void testPutWithTake() throws InterruptedException { in testPutWithTake() method in PriorityBlockingQueueTest
DDelayQueueTest.java313 public void testPutWithTake() throws InterruptedException { in testPutWithTake() method in DelayQueueTest
DLinkedBlockingQueueTest.java303 public void testPutWithTake() throws InterruptedException { in testPutWithTake() method in LinkedBlockingQueueTest
DArrayBlockingQueueTest.java313 public void testPutWithTake() throws InterruptedException { in testPutWithTake() method in ArrayBlockingQueueTest
DLinkedBlockingDequeTest.java611 public void testPutWithTake() throws InterruptedException { in testPutWithTake() method in LinkedBlockingDequeTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DSynchronousQueueTest.java178 public void testPutWithTake() { testPutWithTake(false); } in testPutWithTake() method in SynchronousQueueTest
179 public void testPutWithTake_fair() { testPutWithTake(true); } in testPutWithTake_fair()
180 public void testPutWithTake(boolean fair) { in testPutWithTake() method in SynchronousQueueTest
DPriorityBlockingQueueTest.java316 public void testPutWithTake() throws InterruptedException { in testPutWithTake() method in PriorityBlockingQueueTest
DDelayQueueTest.java321 public void testPutWithTake() throws InterruptedException { in testPutWithTake() method in DelayQueueTest
DLinkedBlockingQueueTest.java333 public void testPutWithTake() throws InterruptedException { in testPutWithTake() method in LinkedBlockingQueueTest
DArrayBlockingQueueTest.java381 public void testPutWithTake() throws InterruptedException { in testPutWithTake() method in ArrayBlockingQueueTest
DLinkedBlockingDequeTest.java645 public void testPutWithTake() throws InterruptedException { in testPutWithTake() method in LinkedBlockingDequeTest