Home
last modified time | relevance | path

Searched refs:LFCCF (Results 1 – 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DCountedCompleterTest.java592 f = new LFCCF(f, --n);
598 final class LFCCF extends FailingCCF { class in CountedCompleterTest
599 public LFCCF(int n) { this(null, n); } in LFCCF() method in CountedCompleterTest.LFCCF
600 public LFCCF(CountedCompleter parent, int n) { in LFCCF() method in CountedCompleterTest.LFCCF
754 FailingCCF f = new LFCCF(8); in testAbnormalInvoke()
771 FailingCCF f = new LFCCF(8); in testAbnormalQuietlyInvoke()
785 FailingCCF f = new LFCCF(8); in testAbnormalForkJoin()
803 FailingCCF f = new LFCCF(8); in testAbnormalForkGet()
823 FailingCCF f = new LFCCF(8); in testAbnormalForkTimedGet()
843 FailingCCF f = new LFCCF(8); in testAbnormalForkQuietlyJoin()
[all …]
DForkJoinPool8Test.java934 f = new LFCCF(f, --n); in compute()
945 static final class LFCCF extends FailingCCF { class in ForkJoinPool8Test
946 public LFCCF(CountedCompleter parent, int n) { in LFCCF() method in ForkJoinPool8Test.LFCCF
1081 FailingCCF f = new LFCCF(null, 8); in testAbnormalInvokeCC()
1098 FailingCCF f = new LFCCF(null, 8); in testAbnormalQuietlyInvokeCC()
1112 FailingCCF f = new LFCCF(null, 8); in testAbnormalForkJoinCC()
1130 FailingCCF f = new LFCCF(null, 8); in testAbnormalForkGetCC()
1150 FailingCCF f = new LFCCF(null, 8); in testAbnormalForkTimedGetCC()
1170 FailingCCF f = new LFCCF(null, 8); in testAbnormalForkQuietlyJoinCC()
1420 FailingCCF g = new LFCCF(null, 9); in testAbnormalInvokeAll2CC()
[all …]