Searched defs:tryPushStack (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCompletableFuture.java232 final boolean tryPushStack(Completion c) { method in class:CompletableFuture
240 do {} while (!tryPushStack(c));
548 while (result == null && !tryPushStack(c))
1070 while ((r = result) == null && !tryPushStack(c))
1074 while (b.result == null && !b.tryPushStack(q))
1357 if (tryPushStack(c)) {
1361 !b.tryPushStack(q))
1747 queued = tryPushStack(q);
1789 queued = tryPushStack(q);

Completed in 11 milliseconds