libstdc++
|
Go to the source code of this file.
Namespaces | |
namespace | __gnu_cxx |
Macros | |
#define | _GLIBCXX_READ_MEM_BARRIER |
#define | _GLIBCXX_WRITE_MEM_BARRIER |
Functions | |
void | __gnu_cxx::__atomic_add (volatile _Atomic_word *, int) noexcept |
void | __gnu_cxx::__atomic_add_dispatch (_Atomic_word *__mem, int __val) |
void | __gnu_cxx::__atomic_add_single (_Atomic_word *__mem, int __val) |
_Atomic_word | __gnu_cxx::__exchange_and_add (volatile _Atomic_word *, int) noexcept |
_Atomic_word | __gnu_cxx::__exchange_and_add_dispatch (_Atomic_word *__mem, int __val) |
_Atomic_word | __gnu_cxx::__exchange_and_add_single (_Atomic_word *__mem, int __val) |
bool | __gnu_cxx::__is_single_threaded () noexcept |
This file is a GNU extension to the Standard C++ Library.
Definition in file atomicity.h.
#define _GLIBCXX_READ_MEM_BARRIER |
Definition at line 121 of file atomicity.h.
#define _GLIBCXX_WRITE_MEM_BARRIER |
Definition at line 124 of file atomicity.h.