|
libstdc++
|
#include <atomic>
Public Types | |
| typedef __atomic_base< unsigned long long > | __base_type |
| typedef unsigned long long | __integral_type |
| using | value_type |
Public Member Functions | |
| constexpr | atomic (__integral_type __i) noexcept |
| atomic (const atomic &)=delete | |
| bool | compare_exchange_strong (unsigned long long &__e, unsigned long long __i, memory_order __s, memory_order __f) noexcept |
| bool | compare_exchange_weak (unsigned long long &__e, unsigned long long __i, memory_order __s, memory_order __f) noexcept |
| unsigned long long | exchange (unsigned long long __i, memory_order __m=memory_order_seq_cst) noexcept |
| bool | is_lock_free () const noexcept |
| unsigned long long | load (memory_order __m=memory_order_seq_cst) const noexcept |
| void | notify_all () noexcept |
| void | notify_one () noexcept |
| operator unsigned long long () const noexcept | |
| operator unsigned long long () const volatile noexcept | |
| atomic & | operator= (const atomic &) volatile =delete |
| atomic & | operator= (const atomic &)=delete |
| void | store (unsigned long long __i, memory_order __m=memory_order_seq_cst) noexcept |
| void | wait (unsigned long long __old, memory_order __m=memory_order_seq_cst) const noexcept |
Static Public Attributes | |
| static constexpr bool | is_always_lock_free |
| typedef __atomic_base<unsigned long long> std::atomic< unsigned long long >::__base_type |
| typedef unsigned long long std::atomic< unsigned long long >::__integral_type |
| using std::atomic< unsigned long long >::value_type |
|
inlineconstexprnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
staticconstexpr |