Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DCountedCompleterTest.java527 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 …]
DForkJoinPool8Test.java865 abstract static class CCF extends CountedCompleter { class in ForkJoinPool8Test
869 public CCF(CountedCompleter parent, int n) { in CCF() method in ForkJoinPool8Test.CCF
876 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 …]