Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DCountedCompleterTest.java578 abstract class FailingCCF extends CheckedCC {
582 public FailingCCF(CountedCompleter parent, int n) {
588 FailingCCF f = this;
598 final class LFCCF extends FailingCCF {
605 FailingCCF p = (FailingCCF)getCompleter(); in onCompletion()
613 final class RFCCF extends FailingCCF {
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()
[all …]
DForkJoinPool8Test.java919 abstract static class FailingCCF extends CountedCompleter { class in ForkJoinPool8Test
923 public FailingCCF(CountedCompleter parent, int n) { in FailingCCF() method in ForkJoinPool8Test.FailingCCF
930 FailingCCF f = this; in compute()
945 static final class LFCCF extends FailingCCF {
950 FailingCCF p = (FailingCCF)getCompleter(); in onCompletion()
958 static final class RFCCF extends FailingCCF {
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()
[all …]