Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java234 final boolean tryPushStack(Completion c) { in tryPushStack() method in CompletableFuture
242 do {} while (!tryPushStack(c)); in pushStack()
550 while (result == null && !tryPushStack(c)) in push()
1072 while ((r = result) == null && !tryPushStack(c)) in bipush()
1076 while (b.result == null && !b.tryPushStack(q)) in bipush()
1359 if (tryPushStack(c)) { in orpush()
1363 !b.tryPushStack(q)) in orpush()
1749 queued = tryPushStack(q); in waitingGet()
1791 queued = tryPushStack(q); in timedGet()