Searched refs:CCF (Results 1 – 2 of 2) sorted by relevance
527 abstract class CCF extends CheckedCC {531 public CCF(CountedCompleter parent, int n) {537 CCF f = this;547 final class LCCF extends CCF {554 CCF p = (CCF)getCompleter();562 final class RCCF extends CCF {568 CCF p = (CCF)getCompleter();631 CCF f = new LCCF(8); in testInvoke()647 CCF f = new LCCF(8); in testQuietlyInvoke()661 CCF f = new LCCF(8); in testForkJoin()[all …]
865 abstract static class CCF extends CountedCompleter { class in ForkJoinPool8Test869 public CCF(CountedCompleter parent, int n) { in CCF() method in ForkJoinPool8Test.CCF876 CCF f = this; in compute()891 static final class LCCF extends CCF {896 CCF p = (CCF)getCompleter(); in onCompletion()904 static final class RCCF extends CCF {909 CCF p = (CCF)getCompleter(); in onCompletion()975 CCF f = new LCCF(null, 8); in testInvokeCC()991 CCF f = new LCCF(null, 8); in testQuietlyInvokeCC()1005 CCF f = new LCCF(null, 8); in testForkJoinCC()[all …]