ADTF  3.18.3
atomic.h
Go to the documentation of this file.
1 
15 #ifndef A_UTIL_UTIL_CONCURRENCY_ATOMIC_HEADER_INCLUDED
16 #define A_UTIL_UTIL_CONCURRENCY_ATOMIC_HEADER_INCLUDED
17 
18 namespace a_util {
19 namespace concurrency {
25 
26 } // namespace concurrency
27 } // namespace a_util
28 
29 #endif // A_UTIL_UTIL_CONCURRENCY_ATOMIC_HEADER_INCLUDED
void memoryBarrier()
Inserts a memory fence instruction, causing the CPU to enforce strict memory ordering before and afte...
Serves as the root component, with common functionality documented in core functionality.
Definition: base.h:24