Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DExchanger.java268 private static final int SEQ = MMASK + 1; field in Exchanger
410 BOUND.compareAndSet(this, b, b + SEQ - 1); in arenaExchange()
432 !BOUND.compareAndSet(this, b, b + SEQ + 1)) { in arenaExchange()
471 BOUND.compareAndSet(this, 0, SEQ)) in slotExchange()