Home
last modified time | relevance | path

Searched refs: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
96 public void testAddAll_self_fair() { testAddAll_self(true); } in testAddAll_self_fair()
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
117 public void testAddAll_self_fair() { testAddAll_self(true); } in testAddAll_self_fair()
118 public void testAddAll_self(boolean fair) { in testAddAll_self() method in SynchronousQueueTest