OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:putLongVolatile
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicLongArray.java
96
unsafe.
putLongVolatile
(array, checkedByteOffset(i), newValue);
AtomicLongFieldUpdater.java
292
unsafe.
putLongVolatile
(obj, offset, newValue);
/libcore/luni/src/main/java/sun/misc/
Unsafe.java
211
public native void
putLongVolatile
(Object obj, long offset, long newValue);
Completed in 972 milliseconds