Searched refs:Completion (Results 1 – 1 of 1) sorted by relevance
221 volatile Completion stack; // Top of Treiber stack of dependent actions227 final boolean casStack(Completion cmp, Completion val) { in casStack()232 final boolean tryPushStack(Completion c) { in tryPushStack()233 Completion h = stack; in tryPushStack()239 final void pushStack(Completion c) { in pushStack()435 abstract static class Completion extends ForkJoinTask<Void> class in CompletableFuture437 volatile Completion next; // Treiber stack link456 static void lazySetNext(Completion c, Completion next) { in lazySetNext()470 CompletableFuture<?> f = this; Completion h; in postComplete()473 CompletableFuture<?> d; Completion t; in postComplete()[all …]