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

  /libcore/luni/src/main/java/java/util/concurrent/
SynchronousQueue.java 266 UNSAFE.compareAndSwapObject(this, headOffset, h, nh);
473 private static final long headOffset =
562 UNSAFE.compareAndSwapObject(this, headOffset, h, nh))
    [all...]
ConcurrentLinkedQueue.java 767 private static final long headOffset =
777 return UNSAFE.compareAndSwapObject(this, headOffset, cmp, val);
ConcurrentLinkedDeque.java     [all...]
ConcurrentSkipListMap.java 352 return UNSAFE.compareAndSwapObject(this, headOffset, cmp, val);
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java     [all...]
AbstractQueuedSynchronizer.java     [all...]

Completed in 664 milliseconds