Searched refs:reportGet (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DCompletableFuture.java317 private static <T> T reportGet(Object r) method in class:CompletableFuture
1892 return reportGet((r = result) == null ? waitingGet(true) : r);
1912 return reportGet((r = result) == null ? timedGet(nanos) : r);

Completed in 108 milliseconds