Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DExchanger.java461 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 Exchanger
641 SLOT = l.findVarHandle(Exchanger.class, "slot", Node.class);