Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java817 || !d.uniWhenComplete(r, f, mode > 0 ? null : this)) in tryFire()
824 final boolean uniWhenComplete(Object r, in uniWhenComplete() method in CompletableFuture
863 d.uniWhenComplete(r, f, null); in uniWhenCompleteStage()