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

  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedQueue.java 781 return UNSAFE.compareAndSwapObject(this, tailOffset, cmp, val);
792 private static final long tailOffset;
799 tailOffset = UNSAFE.objectFieldOffset
LinkedTransferQueue.java 541 return UNSAFE.compareAndSwapObject(this, tailOffset, cmp, val);
    [all...]
SynchronousQueue.java 598 UNSAFE.compareAndSwapObject(this, tailOffset, t, nt);
    [all...]
ConcurrentLinkedDeque.java     [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java     [all...]
AbstractQueuedSynchronizer.java     [all...]

Completed in 405 milliseconds