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.java249 final boolean tryPushStack(Completion c) { in tryPushStack() method in CompletableFuture
257 do {} while (!tryPushStack(c)); in pushStack()
562 while (!tryPushStack(c)) { in unipush()
1215 if (tryPushStack(c)) { in bipush()
1518 while (!tryPushStack(c)) { in orpush()
1866 queued = tryPushStack(q); in waitingGet()
1912 queued = tryPushStack(q); in timedGet()