Searched refs:getCompleter (Results 1 – 8 of 8) sorted by relevance
274 return (K) getCompleter(); in getParent()
221 = (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()
499 public final CountedCompleter<?> getCompleter() { in getCompleter() method in CountedCompleter
902 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()
430 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()
884 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()
405 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()
14537 method public final java.util.concurrent.CountedCompleter<?> getCompleter();