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

#include <darwinbarrier.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).

(C) 2007 Radon Labs GmbH (C) 2013-2018 Individual contributors, see AUTHORS file


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