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

/libcore/jsr166-tests/src/test/java/jsr166/
H A DSynchronousQueueTest.java155 public void testPutWithTake() { testPutWithTake(false); } method in class:SynchronousQueueTest
156 public void testPutWithTake_fair() { testPutWithTake(true); }
157 public void testPutWithTake(boolean fair) { method in class:SynchronousQueueTest
H A DPriorityBlockingQueueTest.java281 public void testPutWithTake() throws InterruptedException { method in class:PriorityBlockingQueueTest
H A DArrayBlockingQueueTest.java311 public void testPutWithTake() throws InterruptedException { method in class:ArrayBlockingQueueTest
H A DDelayQueueTest.java313 public void testPutWithTake() throws InterruptedException { method in class:DelayQueueTest
H A DLinkedBlockingQueueTest.java301 public void testPutWithTake() throws InterruptedException { method in class:LinkedBlockingQueueTest
H A DLinkedBlockingDequeTest.java612 public void testPutWithTake() throws InterruptedException { method in class:LinkedBlockingDequeTest

Completed in 1504 milliseconds