Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DSynchronousQueueTest.java129 public void testPutWithTake() { testPutWithTake(false); } in testPutWithTake() method in SynchronousQueueTest
130 public void testPutWithTake_fair() { testPutWithTake(true); } in testPutWithTake_fair()
131 public void testPutWithTake(boolean fair) { in testPutWithTake() method in SynchronousQueueTest
DPriorityBlockingQueueTest.java257 public void testPutWithTake() throws InterruptedException { in testPutWithTake() method in PriorityBlockingQueueTest
DDelayQueueTest.java291 public void testPutWithTake() throws InterruptedException { in testPutWithTake() method in DelayQueueTest
DLinkedBlockingQueueTest.java274 public void testPutWithTake() throws InterruptedException { in testPutWithTake() method in LinkedBlockingQueueTest
DArrayBlockingQueueTest.java284 public void testPutWithTake() throws InterruptedException { in testPutWithTake() method in ArrayBlockingQueueTest
DLinkedBlockingDequeTest.java584 public void testPutWithTake() throws InterruptedException { in testPutWithTake() method in LinkedBlockingDequeTest