Go to the documentation of this file.
29 #ifndef _GLIBCXX_ATOMIC_WORD_H
30 #define _GLIBCXX_ATOMIC_WORD_H 1
33 typedef int _Atomic_word;
38 #define _GLIBCXX_READ_MEM_BARRIER __atomic_thread_fence (__ATOMIC_ACQUIRE)
42 #define _GLIBCXX_WRITE_MEM_BARRIER __atomic_thread_fence (__ATOMIC_RELEASE)