| Modifier and Type | Method and Description |
|---|---|
static void |
acquire()
Ensures that loads before the fence will not be reordered with loads and stores after the
fence.
|
static void |
full()
Ensures that loads and stores before the fence will not be reordered with loads and stores
after the fence.
|
static void |
loadLoad()
Ensures that loads before the fence will not be reordered with loads after the fence.
|
static void |
release()
Ensures that loads and stores before the fence will not be reordered with stores after the
fence.
|
static void |
storeStore()
Ensures that stores before the fence will not be reordered with stores after the fence.
|
public static void full()
public static void acquire()
public static void release()
public static void loadLoad()
public static void storeStore()