Searched refs:STACK (Results 1 – 1 of 1) sorted by relevance
252 return STACK.compareAndSet(this, h, c); in tryPushStack()478 if (STACK.compareAndSet(f, h, t = h.next)) { in postComplete()504 else if (STACK.weakCompareAndSet(this, p, (p = p.next))) in cleanStack()2947 private static final VarHandle STACK; field in CompletableFuture2953 STACK = l.findVarHandle(CompletableFuture.class, "stack", Completion.class);