Searched refs:FailingCCF (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | CountedCompleterTest.java | 603 abstract class FailingCCF extends CheckedCC { 607 public FailingCCF(CountedCompleter parent, int n) { 613 FailingCCF f = this; 623 final class LFCCF extends FailingCCF { 630 FailingCCF p = (FailingCCF)getCompleter(); in onCompletion() 638 final class RFCCF extends FailingCCF { 779 FailingCCF f = new LFCCF(8); in testAbnormalInvoke() 796 FailingCCF f = new LFCCF(8); in testAbnormalQuietlyInvoke() 810 FailingCCF f = new LFCCF(8); in testAbnormalForkJoin() 828 FailingCCF f = new LFCCF(8); in testAbnormalForkGet() [all …]
|
D | ForkJoinPool8Test.java | 937 abstract static class FailingCCF extends CountedCompleter { class in ForkJoinPool8Test 941 public FailingCCF(CountedCompleter parent, int n) { in FailingCCF() method in ForkJoinPool8Test.FailingCCF 948 FailingCCF f = this; in compute() 963 static final class LFCCF extends FailingCCF { 968 FailingCCF p = (FailingCCF)getCompleter(); in onCompletion() 976 static final class RFCCF extends FailingCCF { 1099 FailingCCF f = new LFCCF(null, 8); in testAbnormalInvokeCC() 1116 FailingCCF f = new LFCCF(null, 8); in testAbnormalQuietlyInvokeCC() 1130 FailingCCF f = new LFCCF(null, 8); in testAbnormalForkJoinCC() 1148 FailingCCF f = new LFCCF(null, 8); in testAbnormalForkGetCC() [all …]
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CountedCompleterTest.java | 578 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 …]
|
D | ForkJoinPool8Test.java | 919 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 …]
|