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.java380 private static Object reportJoin(Object r) { in reportJoin() method in CompletableFuture
2094 return (T) reportJoin(r); in join()
2110 return ((r = result) == null) ? valueIfAbsent : (T) reportJoin(r); in getNow()