Memory read/write barrier.
Source position: systemh.inc line 934
procedure ReadWriteBarrier; |
ReadWriteBarrier is a low-level instruction to force a read/write barrier in the CPU: both read (Loads) and write (stores) operations before and after the barrier are separate.
|
Memory Read Barrier. |
|
|
Memory Read Dependency Barrier. |
|
|
Memory write barrier. |