Home
last modified time | relevance | path

Searched refs:getCompleter (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/java/util/stream/
DAbstractTask.java274 return (K) getCompleter(); in getParent()
/libcore/ojluni/src/main/java/java/util/
DArrayPrefixHelpers.java221 = (CumulateTask<T>)t.getCompleter(); in compute()
372 if ((par = (LongCumulateTask)t.getCompleter()) == null) { in compute()
522 if ((par = (DoubleCumulateTask)t.getCompleter()) == null) { in compute()
672 if ((par = (IntCumulateTask)t.getCompleter()) == null) { in compute()
/libcore/ojluni/src/main/java/java/util/concurrent/
DCountedCompleter.java499 public final CountedCompleter<?> getCompleter() { in getCompleter() method in CountedCompleter
/libcore/ojluni/src/test/java/util/concurrent/tck/
DForkJoinPool8Test.java902 if ((p = f.getCompleter()) != null) in compute()
914 CCF p = (CCF)getCompleter(); in onCompletion()
927 CCF p = (CCF)getCompleter(); in onCompletion()
956 if ((p = f.getCompleter()) != null) in compute()
968 FailingCCF p = (FailingCCF)getCompleter(); in onCompletion()
DCountedCompleterTest.java430 assertNull(a.getCompleter());
432 assertSame(a, b.getCompleter());
434 assertSame(b, c.getCompleter());
579 CCF p = (CCF)getCompleter();
593 CCF p = (CCF)getCompleter();
630 FailingCCF p = (FailingCCF)getCompleter(); in onCompletion()
/libcore/jsr166-tests/src/test/java/jsr166/
DForkJoinPool8Test.java884 if ((p = f.getCompleter()) != null) in compute()
896 CCF p = (CCF)getCompleter(); in onCompletion()
909 CCF p = (CCF)getCompleter(); in onCompletion()
938 if ((p = f.getCompleter()) != null) in compute()
950 FailingCCF p = (FailingCCF)getCompleter(); in onCompletion()
DCountedCompleterTest.java405 assertNull(a.getCompleter());
407 assertSame(a, b.getCompleter());
409 assertSame(b, c.getCompleter());
554 CCF p = (CCF)getCompleter();
568 CCF p = (CCF)getCompleter();
605 FailingCCF p = (FailingCCF)getCompleter(); in onCompletion()
/libcore/api/
Dcurrent.txt14537 method public final java.util.concurrent.CountedCompleter<?> getCompleter();