Searched refs:SLOT (Results 1 – 1 of 1) sorted by relevance
461 if (SLOT.compareAndSet(this, q, null)) { in slotExchange()478 if (SLOT.compareAndSet(this, null, p)) in slotExchange()510 else if (SLOT.compareAndSet(this, p, null)) { in slotExchange()634 private static final VarHandle SLOT; field in Exchanger641 SLOT = l.findVarHandle(Exchanger.class, "slot", Node.class);