Home
last modified time | relevance | path

Searched defs:compareAndSwapInt (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/annotations/mmodule/sun/misc/
DUnsafe.annotated.java59 public native boolean compareAndSwapInt(java.lang.Object obj, long offset, int expectedValue, int n… in compareAndSwapInt() method in Unsafe
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java134 public native boolean compareAndSwapInt(Object obj, long offset, in compareAndSwapInt() method in Unsafe
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DUnsafe.java66 public native boolean compareAndSwapInt( in compareAndSwapInt() method in Unsafe