libstdc++
|
Public Types | |
typedef __atomic_base< long > | __base_type |
typedef long | __integral_type |
using | difference_type = value_type |
using | value_type = long |
Public Member Functions | |
constexpr | atomic (__integral_type __i) noexcept |
atomic (const atomic &)=delete | |
bool | compare_exchange_strong (__int_type &__i1, __int_type __i2, memory_order __m1, memory_order __m2) noexcept |
bool | compare_exchange_strong (__int_type &__i1, __int_type __i2, memory_order __m1, memory_order __m2) volatile noexcept |
bool | compare_exchange_strong (__int_type &__i1, __int_type __i2, memory_order __m=memory_order_seq_cst) noexcept |
bool | compare_exchange_strong (__int_type &__i1, __int_type __i2, memory_order __m=memory_order_seq_cst) volatile noexcept |
bool | compare_exchange_weak (__int_type &__i1, __int_type __i2, memory_order __m1, memory_order __m2) noexcept |
bool | compare_exchange_weak (__int_type &__i1, __int_type __i2, memory_order __m1, memory_order __m2) volatile noexcept |
bool | compare_exchange_weak (__int_type &__i1, __int_type __i2, memory_order __m=memory_order_seq_cst) noexcept |
bool | compare_exchange_weak (__int_type &__i1, __int_type __i2, memory_order __m=memory_order_seq_cst) volatile noexcept |
__int_type | exchange (__int_type __i, memory_order __m=memory_order_seq_cst) noexcept |
__int_type | exchange (__int_type __i, memory_order __m=memory_order_seq_cst) volatile noexcept |
__int_type | fetch_add (__int_type __i, memory_order __m=memory_order_seq_cst) noexcept |
__int_type | fetch_add (__int_type __i, memory_order __m=memory_order_seq_cst) volatile noexcept |
__int_type | fetch_and (__int_type __i, memory_order __m=memory_order_seq_cst) noexcept |
__int_type | fetch_and (__int_type __i, memory_order __m=memory_order_seq_cst) volatile noexcept |
__int_type | fetch_or (__int_type __i, memory_order __m=memory_order_seq_cst) noexcept |
__int_type | fetch_or (__int_type __i, memory_order __m=memory_order_seq_cst) volatile noexcept |
__int_type | fetch_sub (__int_type __i, memory_order __m=memory_order_seq_cst) noexcept |
__int_type | fetch_sub (__int_type __i, memory_order __m=memory_order_seq_cst) volatile noexcept |
__int_type | fetch_xor (__int_type __i, memory_order __m=memory_order_seq_cst) noexcept |
__int_type | fetch_xor (__int_type __i, memory_order __m=memory_order_seq_cst) volatile noexcept |
bool | is_lock_free () const noexcept |
bool | is_lock_free () const volatile noexcept |
__int_type | load (memory_order __m=memory_order_seq_cst) const noexcept |
__int_type | load (memory_order __m=memory_order_seq_cst) const volatile noexcept |
operator __int_type () const noexcept | |
operator __int_type () const volatile noexcept | |
__int_type | operator&= (__int_type __i) noexcept |
__int_type | operator&= (__int_type __i) volatile noexcept |
__int_type | operator++ () noexcept |
__int_type | operator++ () volatile noexcept |
__int_type | operator++ (int) noexcept |
__int_type | operator++ (int) volatile noexcept |
__int_type | operator+= (__int_type __i) noexcept |
__int_type | operator+= (__int_type __i) volatile noexcept |
__int_type | operator-- () noexcept |
__int_type | operator-- () volatile noexcept |
__int_type | operator-- (int) noexcept |
__int_type | operator-- (int) volatile noexcept |
__int_type | operator-= (__int_type __i) noexcept |
__int_type | operator-= (__int_type __i) volatile noexcept |
atomic & | operator= (const atomic &) volatile=delete |
atomic & | operator= (const atomic &)=delete |
__int_type | operator^= (__int_type __i) noexcept |
__int_type | operator^= (__int_type __i) volatile noexcept |
__int_type | operator|= (__int_type __i) noexcept |
__int_type | operator|= (__int_type __i) volatile noexcept |
void | store (__int_type __i, memory_order __m=memory_order_seq_cst) noexcept |
void | store (__int_type __i, memory_order __m=memory_order_seq_cst) volatile noexcept |
Static Public Attributes | |
static constexpr bool | is_always_lock_free |
typedef __atomic_base<long> std::atomic< long >::__base_type |
typedef long std::atomic< long >::__integral_type |
|
inherited |
Definition at line 320 of file atomic_base.h.
|
inherited |
Definition at line 319 of file atomic_base.h.
|
inlineconstexprnoexcept |
|
inlinenoexceptinherited |
Definition at line 560 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 576 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 594 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 602 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 511 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 527 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 544 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 552 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 496 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 504 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 634 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 639 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 654 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 659 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 664 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 669 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 644 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 649 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 674 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 679 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 433 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 441 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 474 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 485 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 340 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 343 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 409 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 413 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 377 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 381 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 361 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 365 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 393 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 397 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 385 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 389 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 369 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 373 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 401 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 405 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 425 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 429 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 417 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 421 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 449 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 461 of file atomic_base.h.
|
staticconstexpr |