Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java368 private static <T> T reportJoin(Object r) { in reportJoin() method in CompletableFuture
1960 return reportJoin((r = result) == null ? waitingGet(false) : r); in join()
1975 return ((r = result) == null) ? valueIfAbsent : reportJoin(r); in getNow()