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