HomeSort by relevance Sort by last modified time
    Searched refs:itemOffset (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedQueue.java 151 UNSAFE.putObject(this, itemOffset, item);
155 return UNSAFE.compareAndSwapObject(this, itemOffset, cmp, val);
172 private static final long itemOffset =
SynchronousQueue.java 508 UNSAFE.compareAndSwapObject(this, itemOffset, cmp, val);
515 UNSAFE.compareAndSwapObject(this, itemOffset, cmp, this);
535 private static final long itemOffset =
    [all...]
ConcurrentLinkedDeque.java 275 UNSAFE.putObject(this, itemOffset, item);
279 return UNSAFE.compareAndSwapObject(this, itemOffset, cmp, val);
304 private static final long itemOffset =
    [all...]

Completed in 278 milliseconds