Home
last modified time | relevance | path

Searched defs:testAddAll_self (Results 1 – 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DSynchronousQueueTest.java95 public void testAddAll_self() { testAddAll_self(false); } in testAddAll_self() method in SynchronousQueueTest
97 public void testAddAll_self(boolean fair) { in testAddAll_self() method in SynchronousQueueTest
/libcore/ojluni/src/test/java/util/concurrent/tck/
DSynchronousQueueTest.java116 public void testAddAll_self() { testAddAll_self(false); } in testAddAll_self() method in SynchronousQueueTest
118 public void testAddAll_self(boolean fair) { in testAddAll_self() method in SynchronousQueueTest