Searched refs:Aux (Results 1 – 1 of 1) sorted by relevance
234 static final class Aux { class in ForkJoinTask237 Aux next; // accessed only via memory-acquire chains238 Aux(Thread thread, Throwable ex) { in Aux() method in ForkJoinTask.Aux242 final boolean casNext(Aux c, Aux v) { // used only in cancellation in casNext()249 .findVarHandle(Aux.class, "next", Aux.class);274 private transient volatile Aux aux; // either waiters or thrown Exception285 private boolean casAux(Aux c, Aux v) { in casAux()291 for (Aux a; (a = aux) != null && a.ex == null; ) { in signalWaiters()333 Aux h = new Aux(Thread.currentThread(), ex), p = null; in trySetThrown()337 Aux a; in trySetThrown()[all …]