Home
last modified time | relevance | path

Searched refs:storeFence (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java587 public native void storeFence(); in storeFence() method in Unsafe
/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinPool.java868 U.storeFence(); // ensure safe publication in push()
907 U.storeFence(); in growArray()