Home
last modified time | relevance | path

Searched defs: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
159 public void testPutWithTake(boolean fair) { in testPutWithTake() method in SynchronousQueueTest
DPriorityBlockingQueueTest.java283 public void testPutWithTake() throws InterruptedException { in testPutWithTake() method in PriorityBlockingQueueTest
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
DDelayQueueTest.java313 public void testPutWithTake() throws InterruptedException { in testPutWithTake() method in DelayQueueTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DSynchronousQueueTest.java178 public void testPutWithTake() { testPutWithTake(false); } in testPutWithTake() method in SynchronousQueueTest
180 public void testPutWithTake(boolean fair) { in testPutWithTake() method in SynchronousQueueTest
DPriorityBlockingQueueTest.java316 public void testPutWithTake() throws InterruptedException { in testPutWithTake() method in PriorityBlockingQueueTest
DLinkedBlockingQueueTest.java333 public void testPutWithTake() throws InterruptedException { in testPutWithTake() method in LinkedBlockingQueueTest
DDelayQueueTest.java321 public void testPutWithTake() throws InterruptedException { in testPutWithTake() method in DelayQueueTest
DLinkedBlockingDequeTest.java645 public void testPutWithTake() throws InterruptedException { in testPutWithTake() method in LinkedBlockingDequeTest
DArrayBlockingQueueTest.java381 public void testPutWithTake() throws InterruptedException { in testPutWithTake() method in ArrayBlockingQueueTest