Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java448 abstract boolean isLive(); in isLive() method in CompletableFuture.Completion
491 if (q.isLive()) { in cleanStack()
501 if (p.isLive()) in cleanStack()
542 final boolean isLive() { return dep != null; } in isLive() method in CompletableFuture.UniCompletion
1060 final boolean isLive() { in isLive() method in CompletableFuture.CoCompletion
1727 final boolean isLive() { return thread != null; } in isLive() method in CompletableFuture.Signaller