ADTF  3.18.3
atomic.h File Reference

Public API for memoryBarrier function. More...

Go to the source code of this file.

Namespaces

 a_util
 Serves as the root component, with common functionality documented in core functionality.
 
 a_util::concurrency
 Serves as component for concurrency handling, mainly but not exclusively for code compatibility to standard thread support.
 

Functions

void memoryBarrier ()
 Inserts a memory fence instruction, causing the CPU to enforce strict memory ordering before and after the instruction.
 

Detailed Description

Public API for memoryBarrier function.

Definition in file atomic.h.