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

  /art/test/MyClassNatives/
MyClassNatives.java 34 native boolean compareAndSwapInt(Object obj, long offset, int expected, int newval);
  /libcore/libart/src/main/java/sun/misc/
Unsafe.java 116 public native boolean compareAndSwapInt(Object obj, long offset,
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 384 U.compareAndSwapInt(this, BOUND, b, b + SEQ - 1);
406 !U.compareAndSwapInt(this, BOUND, b, b + SEQ + 1)) {
445 U.compareAndSwapInt(this, BOUND, 0, SEQ))

Completed in 307 milliseconds