public final class MemoryAccess extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
acquireFence()
Ensures that loads before the fence will not be reordered with loads and stores after the fence.
|
static void |
fullFence()
Ensures that loads and stores before the fence will not be reordered with loads and stores after the fence.
|
static void |
releaseFence()
Ensures that loads and stores before the fence will not be reordered with stores after the fence.
|
public static void acquireFence()
public static void releaseFence()
public static void fullFence()
Copyright © 2014-2022 Real Logic Limited. All Rights Reserved.