libstdc++
|
#include <atomic>
Public Types | |
typedef __atomic_base< short > | __base_type |
typedef short | __integral_type |
using | difference_type = value_type |
using | value_type = short |
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 |
typedef __atomic_base<short> std::atomic< short >::__base_type |
typedef short std::atomic< short >::__integral_type |
|
inherited |
Definition at line 268 of file atomic_base.h.
|
inherited |
Definition at line 267 of file atomic_base.h.
|
inlineconstexprnoexcept |
|
inlinenoexceptinherited |
Definition at line 500 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 514 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 530 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 538 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 455 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 469 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 484 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 492 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 440 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 448 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 546 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 551 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 566 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 571 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 576 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 581 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 556 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 561 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 586 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 591 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 381 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 389 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 420 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 430 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 288 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 291 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 357 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 361 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 325 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 329 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 309 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 313 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 341 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 345 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 333 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 337 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 317 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 321 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 349 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 353 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 373 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 377 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 365 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 369 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 397 of file atomic_base.h.
|
inlinenoexceptinherited |
Definition at line 408 of file atomic_base.h.