Searched refs:BOUND (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DExchanger.java379 U.compareAndSwapInt(this, BOUND, b, b + SEQ - 1);
401 !U.compareAndSwapInt(this, BOUND, b, b + SEQ + 1)) {
440 U.compareAndSwapInt(this, BOUND, 0, SEQ))
600 private static final long BOUND; field in class:Exchanger
607 BOUND = U.objectFieldOffset

Completed in 55 milliseconds