Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DExchanger.java430 if (U.compareAndSwapObject(this, SLOT, q, null)) { in slotExchange()
447 if (U.compareAndSwapObject(this, SLOT, null, p)) in slotExchange()
477 else if (U.compareAndSwapObject(this, SLOT, p, null)) { in slotExchange()
601 private static final long SLOT; field in Exchanger
609 SLOT = U.objectFieldOffset