Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java252 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 CompletableFuture
2953 STACK = l.findVarHandle(CompletableFuture.class, "stack", Completion.class);