Nebula
Loading...
Searching...
No Matches
Barrier Class Reference

#include <barrier.h>

Detailed Description

Implements the 2 macros ReadWriteBarrier and MemoryBarrier.

ReadWriteBarrier prevents the compiler from re-ordering memory accesses accross the barrier.

MemoryBarrier prevents the CPU from reordering memory access across the barrier (all memory access will be finished before the barrier is crossed).


The documentation for this class was generated from the following file: