libstdc++
Atomics

Classes

struct  std::__atomic_base< _ITp >
 
struct  std::__atomic_base< _PTp * >
 
struct  std::__atomic_flag_base
 
struct  std::atomic< _Tp >
 
struct  std::atomic< _Tp * >
 
struct  std::atomic< bool >
 
struct  std::atomic< char >
 
struct  std::atomic< char16_t >
 
struct  std::atomic< char32_t >
 
struct  std::atomic< int >
 
struct  std::atomic< long >
 
struct  std::atomic< long long >
 
struct  std::atomic< short >
 
struct  std::atomic< signed char >
 
struct  std::atomic< unsigned char >
 
struct  std::atomic< unsigned int >
 
struct  std::atomic< unsigned long >
 
struct  std::atomic< unsigned long long >
 
struct  std::atomic< unsigned short >
 
struct  std::atomic< wchar_t >
 
struct  std::atomic_flag
 

Macros

#define _GLIBCXX20_INIT(I)
 
#define _GLIBCXX20_INIT(I)
 
#define ATOMIC_BOOL_LOCK_FREE
 
#define ATOMIC_CHAR16_T_LOCK_FREE
 
#define ATOMIC_CHAR32_T_LOCK_FREE
 
#define ATOMIC_CHAR_LOCK_FREE
 
#define ATOMIC_FLAG_INIT
 
#define ATOMIC_INT_LOCK_FREE
 
#define ATOMIC_LLONG_LOCK_FREE
 
#define ATOMIC_LONG_LOCK_FREE
 
#define ATOMIC_POINTER_LOCK_FREE
 
#define ATOMIC_SHORT_LOCK_FREE
 
#define ATOMIC_VAR_INIT(_VI)
 
#define ATOMIC_WCHAR_T_LOCK_FREE
 

Typedefs

template<typename _Tp >
using std::__atomic_diff_t = typename atomic< _Tp >::difference_type
 
typedef unsigned char std::__atomic_flag_data_type
 
template<typename _Tp >
using std::__atomic_val_t = typename atomic< _Tp >::value_type
 
typedef __atomic_base< _Tp * > std::atomic< _Tp * >::__base_type
 
typedef __atomic_base< char > std::atomic< char >::__base_type
 
typedef __atomic_base< signed char > std::atomic< signed char >::__base_type
 
typedef __atomic_base< unsigned char > std::atomic< unsigned char >::__base_type
 
typedef __atomic_base< short > std::atomic< short >::__base_type
 
typedef __atomic_base< unsigned short > std::atomic< unsigned short >::__base_type
 
typedef __atomic_base< int > std::atomic< int >::__base_type
 
typedef __atomic_base< unsigned int > std::atomic< unsigned int >::__base_type
 
typedef __atomic_base< long > std::atomic< long >::__base_type
 
typedef __atomic_base< unsigned long > std::atomic< unsigned long >::__base_type
 
typedef __atomic_base< long long > std::atomic< long long >::__base_type
 
typedef __atomic_base< unsigned long long > std::atomic< unsigned long long >::__base_type
 
typedef __atomic_base< wchar_t > std::atomic< wchar_t >::__base_type
 
typedef __atomic_base< char16_t > std::atomic< char16_t >::__base_type
 
typedef __atomic_base< char32_t > std::atomic< char32_t >::__base_type
 
typedef char std::atomic< char >::__integral_type
 
typedef signed char std::atomic< signed char >::__integral_type
 
typedef unsigned char std::atomic< unsigned char >::__integral_type
 
typedef short std::atomic< short >::__integral_type
 
typedef unsigned short std::atomic< unsigned short >::__integral_type
 
typedef int std::atomic< int >::__integral_type
 
typedef unsigned int std::atomic< unsigned int >::__integral_type
 
typedef long std::atomic< long >::__integral_type
 
typedef unsigned long std::atomic< unsigned long >::__integral_type
 
typedef long long std::atomic< long long >::__integral_type
 
typedef unsigned long long std::atomic< unsigned long long >::__integral_type
 
typedef wchar_t std::atomic< wchar_t >::__integral_type
 
typedef char16_t std::atomic< char16_t >::__integral_type
 
typedef char32_t std::atomic< char32_t >::__integral_type
 
typedef _Tp * std::atomic< _Tp * >::__pointer_type
 
typedef atomic< bool > std::atomic_bool
 
typedef atomic< char > std::atomic_char
 
typedef atomic< char16_t > std::atomic_char16_t
 
typedef atomic< char32_t > std::atomic_char32_t
 
typedef atomic< int > std::atomic_int
 
typedef atomic< int16_t > std::atomic_int16_t
 
typedef atomic< int32_t > std::atomic_int32_t
 
typedef atomic< int64_t > std::atomic_int64_t
 
typedef atomic< int8_t > std::atomic_int8_t
 
typedef atomic< int_fast16_t > std::atomic_int_fast16_t
 
typedef atomic< int_fast32_t > std::atomic_int_fast32_t
 
typedef atomic< int_fast64_t > std::atomic_int_fast64_t
 
typedef atomic< int_fast8_t > std::atomic_int_fast8_t
 
typedef atomic< int_least16_t > std::atomic_int_least16_t
 
typedef atomic< int_least32_t > std::atomic_int_least32_t
 
typedef atomic< int_least64_t > std::atomic_int_least64_t
 
typedef atomic< int_least8_t > std::atomic_int_least8_t
 
typedef atomic< intmax_t > std::atomic_intmax_t
 
typedef atomic< intptr_t > std::atomic_intptr_t
 
typedef atomic< long long > std::atomic_llong
 
typedef atomic< long > std::atomic_long
 
typedef atomic< ptrdiff_t > std::atomic_ptrdiff_t
 
typedef atomic< signed char > std::atomic_schar
 
typedef atomic< short > std::atomic_short
 
typedef atomic< size_t > std::atomic_size_t
 
typedef atomic< unsigned char > std::atomic_uchar
 
typedef atomic< unsigned int > std::atomic_uint
 
typedef atomic< uint16_t > std::atomic_uint16_t
 
typedef atomic< uint32_t > std::atomic_uint32_t
 
typedef atomic< uint64_t > std::atomic_uint64_t
 
typedef atomic< uint8_t > std::atomic_uint8_t
 
typedef atomic< uint_fast16_t > std::atomic_uint_fast16_t
 
typedef atomic< uint_fast32_t > std::atomic_uint_fast32_t
 
typedef atomic< uint_fast64_t > std::atomic_uint_fast64_t
 
typedef atomic< uint_fast8_t > std::atomic_uint_fast8_t
 
typedef atomic< uint_least16_t > std::atomic_uint_least16_t
 
typedef atomic< uint_least32_t > std::atomic_uint_least32_t
 
typedef atomic< uint_least64_t > std::atomic_uint_least64_t
 
typedef atomic< uint_least8_t > std::atomic_uint_least8_t
 
typedef atomic< uintmax_t > std::atomic_uintmax_t
 
typedef atomic< uintptr_t > std::atomic_uintptr_t
 
typedef atomic< unsigned long long > std::atomic_ullong
 
typedef atomic< unsigned long > std::atomic_ulong
 
typedef atomic< unsigned short > std::atomic_ushort
 
typedef atomic< wchar_t > std::atomic_wchar_t
 
using std::atomic< _Tp * >::difference_type = ptrdiff_t
 
using std::__atomic_base< _ITp >::difference_type = value_type
 
typedef enum std::memory_order std::memory_order
 
using std::atomic< bool >::value_type = bool
 
using std::atomic< _Tp >::value_type = _Tp
 
using std::atomic< _Tp * >::value_type = _Tp *
 
using std::__atomic_base< _ITp >::value_type = _ITp
 

Enumerations

enum  __memory_order_modifier { __memory_order_mask , __memory_order_modifier_mask , __memory_order_hle_acquire , __memory_order_hle_release }
 
enum  std::memory_order {
  memory_order_relaxed , memory_order_consume , memory_order_acquire , memory_order_release ,
  memory_order_acq_rel , memory_order_seq_cst
}
 

Functions

constexpr std::__atomic_base< _ITp >::__atomic_base (__int_type __i) noexcept
 
constexpr std::__atomic_base< _PTp * >::__atomic_base (__pointer_type __p) noexcept
 
 std::__atomic_base< _ITp >::__atomic_base (const __atomic_base &)=delete
 
 std::__atomic_base< _PTp * >::__atomic_base (const __atomic_base &)=delete
 
constexpr std::atomic< char >::atomic (__integral_type __i) noexcept
 
constexpr std::atomic< signed char >::atomic (__integral_type __i) noexcept
 
constexpr std::atomic< unsigned char >::atomic (__integral_type __i) noexcept
 
constexpr std::atomic< short >::atomic (__integral_type __i) noexcept
 
constexpr std::atomic< unsigned short >::atomic (__integral_type __i) noexcept
 
constexpr std::atomic< int >::atomic (__integral_type __i) noexcept
 
constexpr std::atomic< unsigned int >::atomic (__integral_type __i) noexcept
 
constexpr std::atomic< long >::atomic (__integral_type __i) noexcept
 
constexpr std::atomic< unsigned long >::atomic (__integral_type __i) noexcept
 
constexpr std::atomic< long long >::atomic (__integral_type __i) noexcept
 
constexpr std::atomic< unsigned long long >::atomic (__integral_type __i) noexcept
 
constexpr std::atomic< wchar_t >::atomic (__integral_type __i) noexcept
 
constexpr std::atomic< char16_t >::atomic (__integral_type __i) noexcept
 
constexpr std::atomic< char32_t >::atomic (__integral_type __i) noexcept
 
constexpr std::atomic< _Tp * >::atomic (__pointer_type __p) noexcept
 
constexpr std::atomic< _Tp >::atomic (_Tp __i) noexcept
 
constexpr std::atomic< bool >::atomic (bool __i) noexcept
 
 std::atomic< bool >::atomic (const atomic &)=delete
 
 std::atomic< _Tp >::atomic (const atomic &)=delete
 
 std::atomic< _Tp * >::atomic (const atomic &)=delete
 
 std::atomic< char >::atomic (const atomic &)=delete
 
 std::atomic< signed char >::atomic (const atomic &)=delete
 
 std::atomic< unsigned char >::atomic (const atomic &)=delete
 
 std::atomic< short >::atomic (const atomic &)=delete
 
 std::atomic< unsigned short >::atomic (const atomic &)=delete
 
 std::atomic< int >::atomic (const atomic &)=delete
 
 std::atomic< unsigned int >::atomic (const atomic &)=delete
 
 std::atomic< long >::atomic (const atomic &)=delete
 
 std::atomic< unsigned long >::atomic (const atomic &)=delete
 
 std::atomic< long long >::atomic (const atomic &)=delete
 
 std::atomic< unsigned long long >::atomic (const atomic &)=delete
 
 std::atomic< wchar_t >::atomic (const atomic &)=delete
 
 std::atomic< char16_t >::atomic (const atomic &)=delete
 
 std::atomic< char32_t >::atomic (const atomic &)=delete
 
constexpr std::atomic_flag::atomic_flag (bool __i) noexcept
 
 std::atomic_flag::atomic_flag (const atomic_flag &)=delete
 
constexpr memory_order std::__cmpexch_failure_order (memory_order __m) noexcept
 
constexpr memory_order std::__cmpexch_failure_order2 (memory_order __m) noexcept
 
template<typename _ITp >
bool std::atomic_compare_exchange_strong (atomic< _ITp > *__a, __atomic_val_t< _ITp > *__i1, __atomic_val_t< _ITp > __i2) noexcept
 
template<typename _ITp >
bool std::atomic_compare_exchange_strong (volatile atomic< _ITp > *__a, __atomic_val_t< _ITp > *__i1, __atomic_val_t< _ITp > __i2) noexcept
 
template<typename _ITp >
bool std::atomic_compare_exchange_strong_explicit (atomic< _ITp > *__a, __atomic_val_t< _ITp > *__i1, __atomic_val_t< _ITp > __i2, memory_order __m1, memory_order __m2) noexcept
 
template<typename _ITp >
bool std::atomic_compare_exchange_strong_explicit (volatile atomic< _ITp > *__a, __atomic_val_t< _ITp > *__i1, __atomic_val_t< _ITp > __i2, memory_order __m1, memory_order __m2) noexcept
 
template<typename _ITp >
bool std::atomic_compare_exchange_weak (atomic< _ITp > *__a, __atomic_val_t< _ITp > *__i1, __atomic_val_t< _ITp > __i2) noexcept
 
template<typename _ITp >
bool std::atomic_compare_exchange_weak (volatile atomic< _ITp > *__a, __atomic_val_t< _ITp > *__i1, __atomic_val_t< _ITp > __i2) noexcept
 
template<typename _ITp >
bool std::atomic_compare_exchange_weak_explicit (atomic< _ITp > *__a, __atomic_val_t< _ITp > *__i1, __atomic_val_t< _ITp > __i2, memory_order __m1, memory_order __m2) noexcept
 
template<typename _ITp >
bool std::atomic_compare_exchange_weak_explicit (volatile atomic< _ITp > *__a, __atomic_val_t< _ITp > *__i1, __atomic_val_t< _ITp > __i2, memory_order __m1, memory_order __m2) noexcept
 
template<typename _ITp >
_ITp std::atomic_exchange (atomic< _ITp > *__a, __atomic_val_t< _ITp > __i) noexcept
 
template<typename _ITp >
_ITp std::atomic_exchange (volatile atomic< _ITp > *__a, __atomic_val_t< _ITp > __i) noexcept
 
template<typename _ITp >
_ITp std::atomic_exchange_explicit (atomic< _ITp > *__a, __atomic_val_t< _ITp > __i, memory_order __m) noexcept
 
template<typename _ITp >
_ITp std::atomic_exchange_explicit (volatile atomic< _ITp > *__a, __atomic_val_t< _ITp > __i, memory_order __m) noexcept
 
template<typename _ITp >
_ITp std::atomic_fetch_add (atomic< _ITp > *__a, __atomic_diff_t< _ITp > __i) noexcept
 
template<typename _ITp >
_ITp std::atomic_fetch_add (volatile atomic< _ITp > *__a, __atomic_diff_t< _ITp > __i) noexcept
 
template<typename _ITp >
_ITp std::atomic_fetch_add_explicit (atomic< _ITp > *__a, __atomic_diff_t< _ITp > __i, memory_order __m) noexcept
 
template<typename _ITp >
_ITp std::atomic_fetch_add_explicit (volatile atomic< _ITp > *__a, __atomic_diff_t< _ITp > __i, memory_order __m) noexcept
 
template<typename _ITp >
_ITp std::atomic_fetch_and (__atomic_base< _ITp > *__a, __atomic_val_t< _ITp > __i) noexcept
 
template<typename _ITp >
_ITp std::atomic_fetch_and (volatile __atomic_base< _ITp > *__a, __atomic_val_t< _ITp > __i) noexcept
 
template<typename _ITp >
_ITp std::atomic_fetch_and_explicit (__atomic_base< _ITp > *__a, __atomic_val_t< _ITp > __i, memory_order __m) noexcept
 
template<typename _ITp >
_ITp std::atomic_fetch_and_explicit (volatile __atomic_base< _ITp > *__a, __atomic_val_t< _ITp > __i, memory_order __m) noexcept
 
template<typename _ITp >
_ITp std::atomic_fetch_or (__atomic_base< _ITp > *__a, __atomic_val_t< _ITp > __i) noexcept
 
template<typename _ITp >
_ITp std::atomic_fetch_or (volatile __atomic_base< _ITp > *__a, __atomic_val_t< _ITp > __i) noexcept
 
template<typename _ITp >
_ITp std::atomic_fetch_or_explicit (__atomic_base< _ITp > *__a, __atomic_val_t< _ITp > __i, memory_order __m) noexcept
 
template<typename _ITp >
_ITp std::atomic_fetch_or_explicit (volatile __atomic_base< _ITp > *__a, __atomic_val_t< _ITp > __i, memory_order __m) noexcept
 
template<typename _ITp >
_ITp std::atomic_fetch_sub (atomic< _ITp > *__a, __atomic_diff_t< _ITp > __i) noexcept
 
template<typename _ITp >
_ITp std::atomic_fetch_sub (volatile atomic< _ITp > *__a, __atomic_diff_t< _ITp > __i) noexcept
 
template<typename _ITp >
_ITp std::atomic_fetch_sub_explicit (atomic< _ITp > *__a, __atomic_diff_t< _ITp > __i, memory_order __m) noexcept
 
template<typename _ITp >
_ITp std::atomic_fetch_sub_explicit (volatile atomic< _ITp > *__a, __atomic_diff_t< _ITp > __i, memory_order __m) noexcept
 
template<typename _ITp >
_ITp std::atomic_fetch_xor (__atomic_base< _ITp > *__a, __atomic_val_t< _ITp > __i) noexcept
 
template<typename _ITp >
_ITp std::atomic_fetch_xor (volatile __atomic_base< _ITp > *__a, __atomic_val_t< _ITp > __i) noexcept
 
template<typename _ITp >
_ITp std::atomic_fetch_xor_explicit (__atomic_base< _ITp > *__a, __atomic_val_t< _ITp > __i, memory_order __m) noexcept
 
template<typename _ITp >
_ITp std::atomic_fetch_xor_explicit (volatile __atomic_base< _ITp > *__a, __atomic_val_t< _ITp > __i, memory_order __m) noexcept
 
void std::atomic_flag_clear (atomic_flag *__a) noexcept
 
void std::atomic_flag_clear (volatile atomic_flag *__a) noexcept
 
void std::atomic_flag_clear_explicit (atomic_flag *__a, memory_order __m) noexcept
 
void std::atomic_flag_clear_explicit (volatile atomic_flag *__a, memory_order __m) noexcept
 
bool std::atomic_flag_test_and_set (atomic_flag *__a) noexcept
 
bool std::atomic_flag_test_and_set (volatile atomic_flag *__a) noexcept
 
bool std::atomic_flag_test_and_set_explicit (atomic_flag *__a, memory_order __m) noexcept
 
bool std::atomic_flag_test_and_set_explicit (volatile atomic_flag *__a, memory_order __m) noexcept
 
template<typename _ITp >
void std::atomic_init (atomic< _ITp > *__a, __atomic_val_t< _ITp > __i) noexcept
 
template<typename _ITp >
void std::atomic_init (volatile atomic< _ITp > *__a, __atomic_val_t< _ITp > __i) noexcept
 
template<typename _ITp >
bool std::atomic_is_lock_free (const atomic< _ITp > *__a) noexcept
 
template<typename _ITp >
bool std::atomic_is_lock_free (const volatile atomic< _ITp > *__a) noexcept
 
template<typename _ITp >
_ITp std::atomic_load (const atomic< _ITp > *__a) noexcept
 
template<typename _ITp >
_ITp std::atomic_load (const volatile atomic< _ITp > *__a) noexcept
 
template<typename _ITp >
_ITp std::atomic_load_explicit (const atomic< _ITp > *__a, memory_order __m) noexcept
 
template<typename _ITp >
_ITp std::atomic_load_explicit (const volatile atomic< _ITp > *__a, memory_order __m) noexcept
 
void std::atomic_signal_fence (memory_order __m) noexcept
 
template<typename _ITp >
void std::atomic_store (atomic< _ITp > *__a, __atomic_val_t< _ITp > __i) noexcept
 
template<typename _ITp >
void std::atomic_store (volatile atomic< _ITp > *__a, __atomic_val_t< _ITp > __i) noexcept
 
template<typename _ITp >
void std::atomic_store_explicit (atomic< _ITp > *__a, __atomic_val_t< _ITp > __i, memory_order __m) noexcept
 
template<typename _ITp >
void std::atomic_store_explicit (volatile atomic< _ITp > *__a, __atomic_val_t< _ITp > __i, memory_order __m) noexcept
 
void std::atomic_thread_fence (memory_order __m) noexcept
 
void std::atomic_flag::clear (memory_order __m=memory_order_seq_cst) noexcept
 
void std::atomic_flag::clear (memory_order __m=memory_order_seq_cst) volatile noexcept
 
bool std::__atomic_base< _ITp >::compare_exchange_strong (__int_type &__i1, __int_type __i2, memory_order __m1, memory_order __m2) noexcept
 
bool std::__atomic_base< _ITp >::compare_exchange_strong (__int_type &__i1, __int_type __i2, memory_order __m1, memory_order __m2) volatile noexcept
 
bool std::__atomic_base< _ITp >::compare_exchange_strong (__int_type &__i1, __int_type __i2, memory_order __m=memory_order_seq_cst) noexcept
 
bool std::__atomic_base< _ITp >::compare_exchange_strong (__int_type &__i1, __int_type __i2, memory_order __m=memory_order_seq_cst) volatile noexcept
 
bool std::atomic< _Tp * >::compare_exchange_strong (__pointer_type &__p1, __pointer_type __p2, memory_order __m1, memory_order __m2) noexcept
 
bool std::__atomic_base< _PTp * >::compare_exchange_strong (__pointer_type &__p1, __pointer_type __p2, memory_order __m1, memory_order __m2) noexcept
 
bool std::atomic< _Tp * >::compare_exchange_strong (__pointer_type &__p1, __pointer_type __p2, memory_order __m1, memory_order __m2) volatile noexcept
 
bool std::__atomic_base< _PTp * >::compare_exchange_strong (__pointer_type &__p1, __pointer_type __p2, memory_order __m1, memory_order __m2) volatile noexcept
 
bool std::atomic< _Tp * >::compare_exchange_strong (__pointer_type &__p1, __pointer_type __p2, memory_order __m=memory_order_seq_cst) noexcept
 
bool std::atomic< _Tp * >::compare_exchange_strong (__pointer_type &__p1, __pointer_type __p2, memory_order __m=memory_order_seq_cst) volatile noexcept
 
bool std::atomic< _Tp >::compare_exchange_strong (_Tp &__e, _Tp __i, memory_order __m=memory_order_seq_cst) noexcept
 
bool std::atomic< _Tp >::compare_exchange_strong (_Tp &__e, _Tp __i, memory_order __m=memory_order_seq_cst) volatile noexcept
 
bool std::atomic< _Tp >::compare_exchange_strong (_Tp &__e, _Tp __i, memory_order __s, memory_order __f) noexcept
 
bool std::atomic< _Tp >::compare_exchange_strong (_Tp &__e, _Tp __i, memory_order __s, memory_order __f) volatile noexcept
 
bool std::atomic< bool >::compare_exchange_strong (bool &__i1, bool __i2, memory_order __m1, memory_order __m2) noexcept
 
bool std::atomic< bool >::compare_exchange_strong (bool &__i1, bool __i2, memory_order __m1, memory_order __m2) volatile noexcept
 
bool std::atomic< bool >::compare_exchange_strong (bool &__i1, bool __i2, memory_order __m=memory_order_seq_cst) noexcept
 
bool std::atomic< bool >::compare_exchange_strong (bool &__i1, bool __i2, memory_order __m=memory_order_seq_cst) volatile noexcept
 
bool std::__atomic_base< _ITp >::compare_exchange_weak (__int_type &__i1, __int_type __i2, memory_order __m1, memory_order __m2) noexcept
 
bool std::__atomic_base< _ITp >::compare_exchange_weak (__int_type &__i1, __int_type __i2, memory_order __m1, memory_order __m2) volatile noexcept
 
bool std::__atomic_base< _ITp >::compare_exchange_weak (__int_type &__i1, __int_type __i2, memory_order __m=memory_order_seq_cst) noexcept
 
bool std::__atomic_base< _ITp >::compare_exchange_weak (__int_type &__i1, __int_type __i2, memory_order __m=memory_order_seq_cst) volatile noexcept
 
bool std::atomic< _Tp * >::compare_exchange_weak (__pointer_type &__p1, __pointer_type __p2, memory_order __m1, memory_order __m2) noexcept
 
bool std::atomic< _Tp * >::compare_exchange_weak (__pointer_type &__p1, __pointer_type __p2, memory_order __m1, memory_order __m2) volatile noexcept
 
bool std::atomic< _Tp * >::compare_exchange_weak (__pointer_type &__p1, __pointer_type __p2, memory_order __m=memory_order_seq_cst) noexcept
 
bool std::atomic< _Tp * >::compare_exchange_weak (__pointer_type &__p1, __pointer_type __p2, memory_order __m=memory_order_seq_cst) volatile noexcept
 
bool std::atomic< _Tp >::compare_exchange_weak (_Tp &__e, _Tp __i, memory_order __m=memory_order_seq_cst) noexcept
 
bool std::atomic< _Tp >::compare_exchange_weak (_Tp &__e, _Tp __i, memory_order __m=memory_order_seq_cst) volatile noexcept
 
bool std::atomic< _Tp >::compare_exchange_weak (_Tp &__e, _Tp __i, memory_order __s, memory_order __f) noexcept
 
bool std::atomic< _Tp >::compare_exchange_weak (_Tp &__e, _Tp __i, memory_order __s, memory_order __f) volatile noexcept
 
bool std::atomic< bool >::compare_exchange_weak (bool &__i1, bool __i2, memory_order __m1, memory_order __m2) noexcept
 
bool std::atomic< bool >::compare_exchange_weak (bool &__i1, bool __i2, memory_order __m1, memory_order __m2) volatile noexcept
 
bool std::atomic< bool >::compare_exchange_weak (bool &__i1, bool __i2, memory_order __m=memory_order_seq_cst) noexcept
 
bool std::atomic< bool >::compare_exchange_weak (bool &__i1, bool __i2, memory_order __m=memory_order_seq_cst) volatile noexcept
 
__int_type std::__atomic_base< _ITp >::exchange (__int_type __i, memory_order __m=memory_order_seq_cst) noexcept
 
__int_type std::__atomic_base< _ITp >::exchange (__int_type __i, memory_order __m=memory_order_seq_cst) volatile noexcept
 
__pointer_type std::atomic< _Tp * >::exchange (__pointer_type __p, memory_order __m=memory_order_seq_cst) noexcept
 
__pointer_type std::__atomic_base< _PTp * >::exchange (__pointer_type __p, memory_order __m=memory_order_seq_cst) noexcept
 
__pointer_type std::atomic< _Tp * >::exchange (__pointer_type __p, memory_order __m=memory_order_seq_cst) volatile noexcept
 
__pointer_type std::__atomic_base< _PTp * >::exchange (__pointer_type __p, memory_order __m=memory_order_seq_cst) volatile noexcept
 
_Tp std::atomic< _Tp >::exchange (_Tp __i, memory_order __m=memory_order_seq_cst) noexcept
 
_Tp std::atomic< _Tp >::exchange (_Tp __i, memory_order __m=memory_order_seq_cst) volatile noexcept
 
bool std::atomic< bool >::exchange (bool __i, memory_order __m=memory_order_seq_cst) noexcept
 
bool std::atomic< bool >::exchange (bool __i, memory_order __m=memory_order_seq_cst) volatile noexcept
 
__int_type std::__atomic_base< _ITp >::fetch_add (__int_type __i, memory_order __m=memory_order_seq_cst) noexcept
 
__int_type std::__atomic_base< _ITp >::fetch_add (__int_type __i, memory_order __m=memory_order_seq_cst) volatile noexcept
 
__pointer_type std::atomic< _Tp * >::fetch_add (ptrdiff_t __d, memory_order __m=memory_order_seq_cst) noexcept
 
__pointer_type std::__atomic_base< _PTp * >::fetch_add (ptrdiff_t __d, memory_order __m=memory_order_seq_cst) noexcept
 
__pointer_type std::atomic< _Tp * >::fetch_add (ptrdiff_t __d, memory_order __m=memory_order_seq_cst) volatile noexcept
 
__pointer_type std::__atomic_base< _PTp * >::fetch_add (ptrdiff_t __d, memory_order __m=memory_order_seq_cst) volatile noexcept
 
__int_type std::__atomic_base< _ITp >::fetch_and (__int_type __i, memory_order __m=memory_order_seq_cst) noexcept
 
__int_type std::__atomic_base< _ITp >::fetch_and (__int_type __i, memory_order __m=memory_order_seq_cst) volatile noexcept
 
__int_type std::__atomic_base< _ITp >::fetch_or (__int_type __i, memory_order __m=memory_order_seq_cst) noexcept
 
__int_type std::__atomic_base< _ITp >::fetch_or (__int_type __i, memory_order __m=memory_order_seq_cst) volatile noexcept
 
__int_type std::__atomic_base< _ITp >::fetch_sub (__int_type __i, memory_order __m=memory_order_seq_cst) noexcept
 
__int_type std::__atomic_base< _ITp >::fetch_sub (__int_type __i, memory_order __m=memory_order_seq_cst) volatile noexcept
 
__pointer_type std::atomic< _Tp * >::fetch_sub (ptrdiff_t __d, memory_order __m=memory_order_seq_cst) noexcept
 
__pointer_type std::__atomic_base< _PTp * >::fetch_sub (ptrdiff_t __d, memory_order __m=memory_order_seq_cst) noexcept
 
__pointer_type std::atomic< _Tp * >::fetch_sub (ptrdiff_t __d, memory_order __m=memory_order_seq_cst) volatile noexcept
 
__pointer_type std::__atomic_base< _PTp * >::fetch_sub (ptrdiff_t __d, memory_order __m=memory_order_seq_cst) volatile noexcept
 
__int_type std::__atomic_base< _ITp >::fetch_xor (__int_type __i, memory_order __m=memory_order_seq_cst) noexcept
 
__int_type std::__atomic_base< _ITp >::fetch_xor (__int_type __i, memory_order __m=memory_order_seq_cst) volatile noexcept
 
bool std::atomic< bool >::is_lock_free () const noexcept
 
bool std::atomic< _Tp >::is_lock_free () const noexcept
 
bool std::atomic< _Tp * >::is_lock_free () const noexcept
 
bool std::__atomic_base< _ITp >::is_lock_free () const noexcept
 
bool std::__atomic_base< _PTp * >::is_lock_free () const noexcept
 
bool std::atomic< bool >::is_lock_free () const volatile noexcept
 
bool std::atomic< _Tp >::is_lock_free () const volatile noexcept
 
bool std::atomic< _Tp * >::is_lock_free () const volatile noexcept
 
bool std::__atomic_base< _ITp >::is_lock_free () const volatile noexcept
 
bool std::__atomic_base< _PTp * >::is_lock_free () const volatile noexcept
 
template<typename _Tp >
_Tp std::kill_dependency (_Tp __y) noexcept
 
bool std::atomic< bool >::load (memory_order __m=memory_order_seq_cst) const noexcept
 
_Tp std::atomic< _Tp >::load (memory_order __m=memory_order_seq_cst) const noexcept
 
__pointer_type std::atomic< _Tp * >::load (memory_order __m=memory_order_seq_cst) const noexcept
 
__int_type std::__atomic_base< _ITp >::load (memory_order __m=memory_order_seq_cst) const noexcept
 
__pointer_type std::__atomic_base< _PTp * >::load (memory_order __m=memory_order_seq_cst) const noexcept
 
bool std::atomic< bool >::load (memory_order __m=memory_order_seq_cst) const volatile noexcept
 
_Tp std::atomic< _Tp >::load (memory_order __m=memory_order_seq_cst) const volatile noexcept
 
__pointer_type std::atomic< _Tp * >::load (memory_order __m=memory_order_seq_cst) const volatile noexcept
 
__int_type std::__atomic_base< _ITp >::load (memory_order __m=memory_order_seq_cst) const volatile noexcept
 
__pointer_type std::__atomic_base< _PTp * >::load (memory_order __m=memory_order_seq_cst) const volatile noexcept
 
 std::__atomic_base< _ITp >::operator __int_type () const noexcept
 
 std::__atomic_base< _ITp >::operator __int_type () const volatile noexcept
 
 std::atomic< _Tp * >::operator __pointer_type () const noexcept
 
 std::__atomic_base< _PTp * >::operator __pointer_type () const noexcept
 
 std::atomic< _Tp * >::operator __pointer_type () const volatile noexcept
 
 std::__atomic_base< _PTp * >::operator __pointer_type () const volatile noexcept
 
 std::atomic< _Tp >::operator _Tp () const noexcept
 
 std::atomic< _Tp >::operator _Tp () const volatile noexcept
 
 std::atomic< bool >::operator bool () const noexcept
 
 std::atomic< bool >::operator bool () const volatile noexcept
 
constexpr memory_order std::operator& (memory_order __m, __memory_order_modifier __mod)
 
__int_type std::__atomic_base< _ITp >::operator&= (__int_type __i) noexcept
 
__int_type std::__atomic_base< _ITp >::operator&= (__int_type __i) volatile noexcept
 
__pointer_type std::atomic< _Tp * >::operator++ () noexcept
 
__int_type std::__atomic_base< _ITp >::operator++ () noexcept
 
__pointer_type std::__atomic_base< _PTp * >::operator++ () noexcept
 
__pointer_type std::atomic< _Tp * >::operator++ () volatile noexcept
 
__int_type std::__atomic_base< _ITp >::operator++ () volatile noexcept
 
__pointer_type std::__atomic_base< _PTp * >::operator++ () volatile noexcept
 
__pointer_type std::atomic< _Tp * >::operator++ (int) noexcept
 
__int_type std::__atomic_base< _ITp >::operator++ (int) noexcept
 
__pointer_type std::__atomic_base< _PTp * >::operator++ (int) noexcept
 
__pointer_type std::atomic< _Tp * >::operator++ (int) volatile noexcept
 
__int_type std::__atomic_base< _ITp >::operator++ (int) volatile noexcept
 
__pointer_type std::__atomic_base< _PTp * >::operator++ (int) volatile noexcept
 
__int_type std::__atomic_base< _ITp >::operator+= (__int_type __i) noexcept
 
__int_type std::__atomic_base< _ITp >::operator+= (__int_type __i) volatile noexcept
 
__pointer_type std::atomic< _Tp * >::operator+= (ptrdiff_t __d) noexcept
 
__pointer_type std::__atomic_base< _PTp * >::operator+= (ptrdiff_t __d) noexcept
 
__pointer_type std::atomic< _Tp * >::operator+= (ptrdiff_t __d) volatile noexcept
 
__pointer_type std::__atomic_base< _PTp * >::operator+= (ptrdiff_t __d) volatile noexcept
 
__pointer_type std::atomic< _Tp * >::operator-- () noexcept
 
__int_type std::__atomic_base< _ITp >::operator-- () noexcept
 
__pointer_type std::__atomic_base< _PTp * >::operator-- () noexcept
 
__pointer_type std::atomic< _Tp * >::operator-- () volatile noexcept
 
__int_type std::__atomic_base< _ITp >::operator-- () volatile noexcept
 
__pointer_type std::__atomic_base< _PTp * >::operator-- () volatile noexcept
 
__pointer_type std::atomic< _Tp * >::operator-- (int) noexcept
 
__int_type std::__atomic_base< _ITp >::operator-- (int) noexcept
 
__pointer_type std::__atomic_base< _PTp * >::operator-- (int) noexcept
 
__pointer_type std::atomic< _Tp * >::operator-- (int) volatile noexcept
 
__int_type std::__atomic_base< _ITp >::operator-- (int) volatile noexcept
 
__pointer_type std::__atomic_base< _PTp * >::operator-- (int) volatile noexcept
 
__int_type std::__atomic_base< _ITp >::operator-= (__int_type __i) noexcept
 
__int_type std::__atomic_base< _ITp >::operator-= (__int_type __i) volatile noexcept
 
__pointer_type std::atomic< _Tp * >::operator-= (ptrdiff_t __d) noexcept
 
__pointer_type std::__atomic_base< _PTp * >::operator-= (ptrdiff_t __d) noexcept
 
__pointer_type std::atomic< _Tp * >::operator-= (ptrdiff_t __d) volatile noexcept
 
__pointer_type std::__atomic_base< _PTp * >::operator-= (ptrdiff_t __d) volatile noexcept
 
__int_type std::__atomic_base< _ITp >::operator= (__int_type __i) noexcept
 
__int_type std::__atomic_base< _ITp >::operator= (__int_type __i) volatile noexcept
 
__pointer_type std::atomic< _Tp * >::operator= (__pointer_type __p) noexcept
 
__pointer_type std::__atomic_base< _PTp * >::operator= (__pointer_type __p) noexcept
 
__pointer_type std::atomic< _Tp * >::operator= (__pointer_type __p) volatile noexcept
 
__pointer_type std::__atomic_base< _PTp * >::operator= (__pointer_type __p) volatile noexcept
 
_Tp std::atomic< _Tp >::operator= (_Tp __i) noexcept
 
_Tp std::atomic< _Tp >::operator= (_Tp __i) volatile noexcept
 
bool std::atomic< bool >::operator= (bool __i) noexcept
 
bool std::atomic< bool >::operator= (bool __i) volatile noexcept
 
__atomic_basestd::__atomic_base< _ITp >::operator= (const __atomic_base &) volatile=delete
 
__atomic_basestd::__atomic_base< _PTp * >::operator= (const __atomic_base &) volatile=delete
 
__atomic_basestd::__atomic_base< _ITp >::operator= (const __atomic_base &)=delete
 
__atomic_basestd::__atomic_base< _PTp * >::operator= (const __atomic_base &)=delete
 
atomicstd::atomic< bool >::operator= (const atomic &) volatile=delete
 
atomicstd::atomic< _Tp >::operator= (const atomic &) volatile=delete
 
atomicstd::atomic< _Tp * >::operator= (const atomic &) volatile=delete
 
atomicstd::atomic< char >::operator= (const atomic &) volatile=delete
 
atomicstd::atomic< signed char >::operator= (const atomic &) volatile=delete
 
atomicstd::atomic< unsigned char >::operator= (const atomic &) volatile=delete
 
atomicstd::atomic< short >::operator= (const atomic &) volatile=delete
 
atomicstd::atomic< unsigned short >::operator= (const atomic &) volatile=delete
 
atomicstd::atomic< int >::operator= (const atomic &) volatile=delete
 
atomicstd::atomic< unsigned int >::operator= (const atomic &) volatile=delete
 
atomicstd::atomic< long >::operator= (const atomic &) volatile=delete
 
atomicstd::atomic< unsigned long >::operator= (const atomic &) volatile=delete
 
atomicstd::atomic< long long >::operator= (const atomic &) volatile=delete
 
atomicstd::atomic< unsigned long long >::operator= (const atomic &) volatile=delete
 
atomicstd::atomic< wchar_t >::operator= (const atomic &) volatile=delete
 
atomicstd::atomic< char16_t >::operator= (const atomic &) volatile=delete
 
atomicstd::atomic< char32_t >::operator= (const atomic &) volatile=delete
 
atomicstd::atomic< bool >::operator= (const atomic &)=delete
 
atomicstd::atomic< _Tp >::operator= (const atomic &)=delete
 
atomicstd::atomic< _Tp * >::operator= (const atomic &)=delete
 
atomicstd::atomic< char >::operator= (const atomic &)=delete
 
atomicstd::atomic< signed char >::operator= (const atomic &)=delete
 
atomicstd::atomic< unsigned char >::operator= (const atomic &)=delete
 
atomicstd::atomic< short >::operator= (const atomic &)=delete
 
atomicstd::atomic< unsigned short >::operator= (const atomic &)=delete
 
atomicstd::atomic< int >::operator= (const atomic &)=delete
 
atomicstd::atomic< unsigned int >::operator= (const atomic &)=delete
 
atomicstd::atomic< long >::operator= (const atomic &)=delete
 
atomicstd::atomic< unsigned long >::operator= (const atomic &)=delete
 
atomicstd::atomic< long long >::operator= (const atomic &)=delete
 
atomicstd::atomic< unsigned long long >::operator= (const atomic &)=delete
 
atomicstd::atomic< wchar_t >::operator= (const atomic &)=delete
 
atomicstd::atomic< char16_t >::operator= (const atomic &)=delete
 
atomicstd::atomic< char32_t >::operator= (const atomic &)=delete
 
atomic_flagstd::atomic_flag::operator= (const atomic_flag &) volatile=delete
 
atomic_flagstd::atomic_flag::operator= (const atomic_flag &)=delete
 
__int_type std::__atomic_base< _ITp >::operator^= (__int_type __i) noexcept
 
__int_type std::__atomic_base< _ITp >::operator^= (__int_type __i) volatile noexcept
 
constexpr memory_order std::operator| (memory_order __m, __memory_order_modifier __mod)
 
__int_type std::__atomic_base< _ITp >::operator|= (__int_type __i) noexcept
 
__int_type std::__atomic_base< _ITp >::operator|= (__int_type __i) volatile noexcept
 
void std::__atomic_base< _ITp >::store (__int_type __i, memory_order __m=memory_order_seq_cst) noexcept
 
void std::__atomic_base< _ITp >::store (__int_type __i, memory_order __m=memory_order_seq_cst) volatile noexcept
 
void std::atomic< _Tp * >::store (__pointer_type __p, memory_order __m=memory_order_seq_cst) noexcept
 
void std::__atomic_base< _PTp * >::store (__pointer_type __p, memory_order __m=memory_order_seq_cst) noexcept
 
void std::atomic< _Tp * >::store (__pointer_type __p, memory_order __m=memory_order_seq_cst) volatile noexcept
 
void std::__atomic_base< _PTp * >::store (__pointer_type __p, memory_order __m=memory_order_seq_cst) volatile noexcept
 
void std::atomic< _Tp >::store (_Tp __i, memory_order __m=memory_order_seq_cst) noexcept
 
void std::atomic< _Tp >::store (_Tp __i, memory_order __m=memory_order_seq_cst) volatile noexcept
 
void std::atomic< bool >::store (bool __i, memory_order __m=memory_order_seq_cst) noexcept
 
void std::atomic< bool >::store (bool __i, memory_order __m=memory_order_seq_cst) volatile noexcept
 
bool std::atomic_flag::test_and_set (memory_order __m=memory_order_seq_cst) noexcept
 
bool std::atomic_flag::test_and_set (memory_order __m=memory_order_seq_cst) volatile noexcept
 

Variables

__base_type std::atomic< _Tp * >::_M_b
 
__atomic_flag_data_type std::__atomic_flag_base::_M_i
 

Detailed Description

Components for performing atomic operations.

Macro Definition Documentation

◆ _GLIBCXX20_INIT [1/2]

#define _GLIBCXX20_INIT (   I)

Definition at line 169 of file atomic.

◆ _GLIBCXX20_INIT [2/2]

#define _GLIBCXX20_INIT (   I)

Definition at line 143 of file atomic_base.h.

◆ ATOMIC_BOOL_LOCK_FREE

#define ATOMIC_BOOL_LOCK_FREE

Lock-free property.

0 indicates that the types are never lock-free. 1 indicates that the types are sometimes lock-free. 2 indicates that the types are always lock-free.

Definition at line 49 of file atomic_lockfree_defines.h.

◆ ATOMIC_CHAR16_T_LOCK_FREE

#define ATOMIC_CHAR16_T_LOCK_FREE

Definition at line 55 of file atomic_lockfree_defines.h.

◆ ATOMIC_CHAR32_T_LOCK_FREE

#define ATOMIC_CHAR32_T_LOCK_FREE

Definition at line 56 of file atomic_lockfree_defines.h.

◆ ATOMIC_CHAR_LOCK_FREE

#define ATOMIC_CHAR_LOCK_FREE

Definition at line 50 of file atomic_lockfree_defines.h.

◆ ATOMIC_FLAG_INIT

#define ATOMIC_FLAG_INIT

Definition at line 183 of file atomic_base.h.

◆ ATOMIC_INT_LOCK_FREE

#define ATOMIC_INT_LOCK_FREE

Definition at line 58 of file atomic_lockfree_defines.h.

◆ ATOMIC_LLONG_LOCK_FREE

#define ATOMIC_LLONG_LOCK_FREE

Definition at line 60 of file atomic_lockfree_defines.h.

◆ ATOMIC_LONG_LOCK_FREE

#define ATOMIC_LONG_LOCK_FREE

Definition at line 59 of file atomic_lockfree_defines.h.

◆ ATOMIC_POINTER_LOCK_FREE

#define ATOMIC_POINTER_LOCK_FREE

Definition at line 61 of file atomic_lockfree_defines.h.

◆ ATOMIC_SHORT_LOCK_FREE

#define ATOMIC_SHORT_LOCK_FREE

Definition at line 57 of file atomic_lockfree_defines.h.

◆ ATOMIC_VAR_INIT

#define ATOMIC_VAR_INIT (   _VI)

Definition at line 149 of file atomic_base.h.

◆ ATOMIC_WCHAR_T_LOCK_FREE

#define ATOMIC_WCHAR_T_LOCK_FREE

Definition at line 51 of file atomic_lockfree_defines.h.

Typedef Documentation

◆ __atomic_diff_t

template<typename _Tp >
using std::__atomic_diff_t = typedef typename atomic<_Tp>::difference_type

Definition at line 1173 of file atomic.

◆ __atomic_flag_data_type

typedef unsigned char std::__atomic_flag_data_type

Definition at line 161 of file atomic_base.h.

◆ __atomic_val_t

template<typename _Tp >
using std::__atomic_val_t = typedef typename atomic<_Tp>::value_type

Definition at line 1171 of file atomic.

◆ __base_type [1/15]

template<typename _Tp >
typedef __atomic_base<_Tp*> std::atomic< _Tp * >::__base_type

Definition at line 366 of file atomic.

◆ __base_type [2/15]

typedef __atomic_base<char> std::atomic< char >::__base_type

Definition at line 640 of file atomic.

◆ __base_type [3/15]

typedef __atomic_base<signed char> std::atomic< signed char >::__base_type

Definition at line 663 of file atomic.

◆ __base_type [4/15]

typedef __atomic_base<unsigned char> std::atomic< unsigned char >::__base_type

Definition at line 686 of file atomic.

◆ __base_type [5/15]

typedef __atomic_base<short> std::atomic< short >::__base_type

Definition at line 709 of file atomic.

◆ __base_type [6/15]

typedef __atomic_base<unsigned short> std::atomic< unsigned short >::__base_type

Definition at line 732 of file atomic.

◆ __base_type [7/15]

typedef __atomic_base<int> std::atomic< int >::__base_type

Definition at line 755 of file atomic.

◆ __base_type [8/15]

typedef __atomic_base<unsigned int> std::atomic< unsigned int >::__base_type

Definition at line 778 of file atomic.

◆ __base_type [9/15]

typedef __atomic_base<long> std::atomic< long >::__base_type

Definition at line 801 of file atomic.

◆ __base_type [10/15]

typedef __atomic_base<unsigned long> std::atomic< unsigned long >::__base_type

Definition at line 824 of file atomic.

◆ __base_type [11/15]

typedef __atomic_base<long long> std::atomic< long long >::__base_type

Definition at line 847 of file atomic.

◆ __base_type [12/15]

typedef __atomic_base<unsigned long long> std::atomic< unsigned long long >::__base_type

Definition at line 870 of file atomic.

◆ __base_type [13/15]

typedef __atomic_base<wchar_t> std::atomic< wchar_t >::__base_type

Definition at line 893 of file atomic.

◆ __base_type [14/15]

typedef __atomic_base<char16_t> std::atomic< char16_t >::__base_type

Definition at line 941 of file atomic.

◆ __base_type [15/15]

typedef __atomic_base<char32_t> std::atomic< char32_t >::__base_type

Definition at line 964 of file atomic.

◆ __integral_type [1/14]

typedef char std::atomic< char >::__integral_type

Definition at line 639 of file atomic.

◆ __integral_type [2/14]

typedef signed char std::atomic< signed char >::__integral_type

Definition at line 662 of file atomic.

◆ __integral_type [3/14]

typedef unsigned char std::atomic< unsigned char >::__integral_type

Definition at line 685 of file atomic.

◆ __integral_type [4/14]

typedef short std::atomic< short >::__integral_type

Definition at line 708 of file atomic.

◆ __integral_type [5/14]

typedef unsigned short std::atomic< unsigned short >::__integral_type

Definition at line 731 of file atomic.

◆ __integral_type [6/14]

typedef int std::atomic< int >::__integral_type

Definition at line 754 of file atomic.

◆ __integral_type [7/14]

typedef unsigned int std::atomic< unsigned int >::__integral_type

Definition at line 777 of file atomic.

◆ __integral_type [8/14]

typedef long std::atomic< long >::__integral_type

Definition at line 800 of file atomic.

◆ __integral_type [9/14]

typedef unsigned long std::atomic< unsigned long >::__integral_type

Definition at line 823 of file atomic.

◆ __integral_type [10/14]

typedef long long std::atomic< long long >::__integral_type

Definition at line 846 of file atomic.

◆ __integral_type [11/14]

typedef unsigned long long std::atomic< unsigned long long >::__integral_type

Definition at line 869 of file atomic.

◆ __integral_type [12/14]

typedef wchar_t std::atomic< wchar_t >::__integral_type

Definition at line 892 of file atomic.

◆ __integral_type [13/14]

typedef char16_t std::atomic< char16_t >::__integral_type

Definition at line 940 of file atomic.

◆ __integral_type [14/14]

typedef char32_t std::atomic< char32_t >::__integral_type

Definition at line 963 of file atomic.

◆ __pointer_type

template<typename _Tp >
typedef _Tp* std::atomic< _Tp * >::__pointer_type

Definition at line 365 of file atomic.

◆ atomic_bool

typedef atomic<bool> std::atomic_bool

atomic_bool

Definition at line 984 of file atomic.

◆ atomic_char

typedef atomic<char> std::atomic_char

atomic_char

Definition at line 987 of file atomic.

◆ atomic_char16_t

typedef atomic<char16_t> std::atomic_char16_t

atomic_char16_t

Definition at line 1028 of file atomic.

◆ atomic_char32_t

typedef atomic<char32_t> std::atomic_char32_t

atomic_char32_t

Definition at line 1031 of file atomic.

◆ atomic_int

typedef atomic<int> std::atomic_int

atomic_int

Definition at line 1002 of file atomic.

◆ atomic_int16_t

typedef atomic<int16_t> std::atomic_int16_t

atomic_int16_t

Definition at line 1044 of file atomic.

◆ atomic_int32_t

typedef atomic<int32_t> std::atomic_int32_t

atomic_int32_t

Definition at line 1050 of file atomic.

◆ atomic_int64_t

typedef atomic<int64_t> std::atomic_int64_t

atomic_int64_t

Definition at line 1056 of file atomic.

◆ atomic_int8_t

typedef atomic<int8_t> std::atomic_int8_t

atomic_int8_t

Definition at line 1038 of file atomic.

◆ atomic_int_fast16_t

typedef atomic<int_fast16_t> std::atomic_int_fast16_t

atomic_int_fast16_t

Definition at line 1094 of file atomic.

◆ atomic_int_fast32_t

typedef atomic<int_fast32_t> std::atomic_int_fast32_t

atomic_int_fast32_t

Definition at line 1100 of file atomic.

◆ atomic_int_fast64_t

typedef atomic<int_fast64_t> std::atomic_int_fast64_t

atomic_int_fast64_t

Definition at line 1106 of file atomic.

◆ atomic_int_fast8_t

typedef atomic<int_fast8_t> std::atomic_int_fast8_t

atomic_int_fast8_t

Definition at line 1088 of file atomic.

◆ atomic_int_least16_t

typedef atomic<int_least16_t> std::atomic_int_least16_t

atomic_int_least16_t

Definition at line 1069 of file atomic.

◆ atomic_int_least32_t

typedef atomic<int_least32_t> std::atomic_int_least32_t

atomic_int_least32_t

Definition at line 1075 of file atomic.

◆ atomic_int_least64_t

typedef atomic<int_least64_t> std::atomic_int_least64_t

atomic_int_least64_t

Definition at line 1081 of file atomic.

◆ atomic_int_least8_t

typedef atomic<int_least8_t> std::atomic_int_least8_t

atomic_int_least8_t

Definition at line 1063 of file atomic.

◆ atomic_intmax_t

typedef atomic<intmax_t> std::atomic_intmax_t

atomic_intmax_t

Definition at line 1127 of file atomic.

◆ atomic_intptr_t

typedef atomic<intptr_t> std::atomic_intptr_t

atomic_intptr_t

Definition at line 1114 of file atomic.

◆ atomic_llong

typedef atomic<long long> std::atomic_llong

atomic_llong

Definition at line 1014 of file atomic.

◆ atomic_long

typedef atomic<long> std::atomic_long

atomic_long

Definition at line 1008 of file atomic.

◆ atomic_ptrdiff_t

typedef atomic<ptrdiff_t> std::atomic_ptrdiff_t

atomic_ptrdiff_t

Definition at line 1123 of file atomic.

◆ atomic_schar

typedef atomic<signed char> std::atomic_schar

atomic_schar

Definition at line 990 of file atomic.

◆ atomic_short

typedef atomic<short> std::atomic_short

atomic_short

Definition at line 996 of file atomic.

◆ atomic_size_t

typedef atomic<size_t> std::atomic_size_t

atomic_size_t

Definition at line 1120 of file atomic.

◆ atomic_uchar

typedef atomic<unsigned char> std::atomic_uchar

atomic_uchar

Definition at line 993 of file atomic.

◆ atomic_uint

typedef atomic<unsigned int> std::atomic_uint

atomic_uint

Definition at line 1005 of file atomic.

◆ atomic_uint16_t

typedef atomic<uint16_t> std::atomic_uint16_t

atomic_uint16_t

Definition at line 1047 of file atomic.

◆ atomic_uint32_t

typedef atomic<uint32_t> std::atomic_uint32_t

atomic_uint32_t

Definition at line 1053 of file atomic.

◆ atomic_uint64_t

typedef atomic<uint64_t> std::atomic_uint64_t

atomic_uint64_t

Definition at line 1059 of file atomic.

◆ atomic_uint8_t

typedef atomic<uint8_t> std::atomic_uint8_t

atomic_uint8_t

Definition at line 1041 of file atomic.

◆ atomic_uint_fast16_t

typedef atomic<uint_fast16_t> std::atomic_uint_fast16_t

atomic_uint_fast16_t

Definition at line 1097 of file atomic.

◆ atomic_uint_fast32_t

typedef atomic<uint_fast32_t> std::atomic_uint_fast32_t

atomic_uint_fast32_t

Definition at line 1103 of file atomic.

◆ atomic_uint_fast64_t

typedef atomic<uint_fast64_t> std::atomic_uint_fast64_t

atomic_uint_fast64_t

Definition at line 1109 of file atomic.

◆ atomic_uint_fast8_t

typedef atomic<uint_fast8_t> std::atomic_uint_fast8_t

atomic_uint_fast8_t

Definition at line 1091 of file atomic.

◆ atomic_uint_least16_t

typedef atomic<uint_least16_t> std::atomic_uint_least16_t

atomic_uint_least16_t

Definition at line 1072 of file atomic.

◆ atomic_uint_least32_t

typedef atomic<uint_least32_t> std::atomic_uint_least32_t

atomic_uint_least32_t

Definition at line 1078 of file atomic.

◆ atomic_uint_least64_t

typedef atomic<uint_least64_t> std::atomic_uint_least64_t

atomic_uint_least64_t

Definition at line 1084 of file atomic.

◆ atomic_uint_least8_t

typedef atomic<uint_least8_t> std::atomic_uint_least8_t

atomic_uint_least8_t

Definition at line 1066 of file atomic.

◆ atomic_uintmax_t

typedef atomic<uintmax_t> std::atomic_uintmax_t

atomic_uintmax_t

Definition at line 1130 of file atomic.

◆ atomic_uintptr_t

typedef atomic<uintptr_t> std::atomic_uintptr_t

atomic_uintptr_t

Definition at line 1117 of file atomic.

◆ atomic_ullong

typedef atomic<unsigned long long> std::atomic_ullong

atomic_ullong

Definition at line 1017 of file atomic.

◆ atomic_ulong

typedef atomic<unsigned long> std::atomic_ulong

atomic_ulong

Definition at line 1011 of file atomic.

◆ atomic_ushort

typedef atomic<unsigned short> std::atomic_ushort

atomic_ushort

Definition at line 999 of file atomic.

◆ atomic_wchar_t

typedef atomic<wchar_t> std::atomic_wchar_t

atomic_wchar_t

Definition at line 1020 of file atomic.

◆ difference_type [1/2]

template<typename _Tp >
using std::atomic< _Tp * >::difference_type = ptrdiff_t

Definition at line 363 of file atomic.

◆ difference_type [2/2]

template<typename _ITp >
using std::__atomic_base< _ITp >::difference_type = value_type

Definition at line 268 of file atomic_base.h.

◆ memory_order

Enumeration for memory_order.

◆ value_type [1/4]

using std::atomic< bool >::value_type = bool

Definition at line 64 of file atomic.

◆ value_type [2/4]

template<typename _Tp >
using std::atomic< _Tp >::value_type = _Tp

Definition at line 182 of file atomic.

◆ value_type [3/4]

template<typename _Tp >
using std::atomic< _Tp * >::value_type = _Tp*

Definition at line 362 of file atomic.

◆ value_type [4/4]

template<typename _ITp >
using std::__atomic_base< _ITp >::value_type = _ITp

Definition at line 267 of file atomic_base.h.

Enumeration Type Documentation

◆ __memory_order_modifier

enum std::__memory_order_modifier

Definition at line 85 of file atomic_base.h.

◆ memory_order

Enumeration for memory_order.

Definition at line 74 of file atomic_base.h.

Function Documentation

◆ __atomic_base() [1/2]

template<typename _ITp >
constexpr std::__atomic_base< _ITp >::__atomic_base ( __int_type  __i)
inlineconstexprnoexcept

Definition at line 286 of file atomic_base.h.

◆ __atomic_base() [2/2]

template<typename _PTp >
constexpr std::__atomic_base< _PTp * >::__atomic_base ( __pointer_type  __p)
inlineconstexprnoexcept

Definition at line 621 of file atomic_base.h.

◆ atomic() [1/17]

constexpr std::atomic< char >::atomic ( __integral_type  __i)
inlineconstexprnoexcept

Definition at line 648 of file atomic.

◆ atomic() [2/17]

constexpr std::atomic< signed char >::atomic ( __integral_type  __i)
inlineconstexprnoexcept

Definition at line 671 of file atomic.

◆ atomic() [3/17]

constexpr std::atomic< unsigned char >::atomic ( __integral_type  __i)
inlineconstexprnoexcept

Definition at line 694 of file atomic.

◆ atomic() [4/17]

constexpr std::atomic< short >::atomic ( __integral_type  __i)
inlineconstexprnoexcept

Definition at line 717 of file atomic.

◆ atomic() [5/17]

constexpr std::atomic< unsigned short >::atomic ( __integral_type  __i)
inlineconstexprnoexcept

Definition at line 740 of file atomic.

◆ atomic() [6/17]

constexpr std::atomic< int >::atomic ( __integral_type  __i)
inlineconstexprnoexcept

Definition at line 763 of file atomic.

◆ atomic() [7/17]

constexpr std::atomic< unsigned int >::atomic ( __integral_type  __i)
inlineconstexprnoexcept

Definition at line 786 of file atomic.

◆ atomic() [8/17]

constexpr std::atomic< long >::atomic ( __integral_type  __i)
inlineconstexprnoexcept

Definition at line 809 of file atomic.

◆ atomic() [9/17]

constexpr std::atomic< unsigned long >::atomic ( __integral_type  __i)
inlineconstexprnoexcept

Definition at line 832 of file atomic.

◆ atomic() [10/17]

constexpr std::atomic< long long >::atomic ( __integral_type  __i)
inlineconstexprnoexcept

Definition at line 855 of file atomic.

◆ atomic() [11/17]

constexpr std::atomic< unsigned long long >::atomic ( __integral_type  __i)
inlineconstexprnoexcept

Definition at line 878 of file atomic.

◆ atomic() [12/17]

constexpr std::atomic< wchar_t >::atomic ( __integral_type  __i)
inlineconstexprnoexcept

Definition at line 901 of file atomic.

◆ atomic() [13/17]

constexpr std::atomic< char16_t >::atomic ( __integral_type  __i)
inlineconstexprnoexcept

Definition at line 949 of file atomic.

◆ atomic() [14/17]

constexpr std::atomic< char32_t >::atomic ( __integral_type  __i)
inlineconstexprnoexcept

Definition at line 972 of file atomic.

◆ atomic() [15/17]

template<typename _Tp >
constexpr std::atomic< _Tp * >::atomic ( __pointer_type  __p)
inlineconstexprnoexcept

Definition at line 375 of file atomic.

◆ atomic() [16/17]

template<typename _Tp >
constexpr std::atomic< _Tp >::atomic ( _Tp  __i)
inlineconstexprnoexcept

Definition at line 208 of file atomic.

◆ atomic() [17/17]

constexpr std::atomic< bool >::atomic ( bool  __i)
inlineconstexprnoexcept

Definition at line 76 of file atomic.

◆ atomic_flag()

constexpr std::atomic_flag::atomic_flag ( bool  __i)
inlineconstexprnoexcept

Definition at line 195 of file atomic_base.h.

◆ __cmpexch_failure_order()

constexpr memory_order std::__cmpexch_failure_order ( memory_order  __m)
constexprnoexcept

Definition at line 114 of file atomic_base.h.

◆ __cmpexch_failure_order2()

constexpr memory_order std::__cmpexch_failure_order2 ( memory_order  __m)
constexprnoexcept

Definition at line 107 of file atomic_base.h.

◆ atomic_compare_exchange_strong() [1/2]

template<typename _ITp >
bool std::atomic_compare_exchange_strong ( atomic< _ITp > *  __a,
__atomic_val_t< _ITp > *  __i1,
__atomic_val_t< _ITp >  __i2 
)
inlinenoexcept

Definition at line 1325 of file atomic.

◆ atomic_compare_exchange_strong() [2/2]

template<typename _ITp >
bool std::atomic_compare_exchange_strong ( volatile atomic< _ITp > *  __a,
__atomic_val_t< _ITp > *  __i1,
__atomic_val_t< _ITp >  __i2 
)
inlinenoexcept

Definition at line 1336 of file atomic.

◆ atomic_compare_exchange_strong_explicit() [1/2]

template<typename _ITp >
bool std::atomic_compare_exchange_strong_explicit ( atomic< _ITp > *  __a,
__atomic_val_t< _ITp > *  __i1,
__atomic_val_t< _ITp >  __i2,
memory_order  __m1,
memory_order  __m2 
)
inlinenoexcept

Definition at line 1253 of file atomic.

◆ atomic_compare_exchange_strong_explicit() [2/2]

template<typename _ITp >
bool std::atomic_compare_exchange_strong_explicit ( volatile atomic< _ITp > *  __a,
__atomic_val_t< _ITp > *  __i1,
__atomic_val_t< _ITp >  __i2,
memory_order  __m1,
memory_order  __m2 
)
inlinenoexcept

Definition at line 1262 of file atomic.

◆ atomic_compare_exchange_weak() [1/2]

template<typename _ITp >
bool std::atomic_compare_exchange_weak ( atomic< _ITp > *  __a,
__atomic_val_t< _ITp > *  __i1,
__atomic_val_t< _ITp >  __i2 
)
inlinenoexcept

Definition at line 1303 of file atomic.

◆ atomic_compare_exchange_weak() [2/2]

template<typename _ITp >
bool std::atomic_compare_exchange_weak ( volatile atomic< _ITp > *  __a,
__atomic_val_t< _ITp > *  __i1,
__atomic_val_t< _ITp >  __i2 
)
inlinenoexcept

Definition at line 1314 of file atomic.

◆ atomic_compare_exchange_weak_explicit() [1/2]

template<typename _ITp >
bool std::atomic_compare_exchange_weak_explicit ( atomic< _ITp > *  __a,
__atomic_val_t< _ITp > *  __i1,
__atomic_val_t< _ITp >  __i2,
memory_order  __m1,
memory_order  __m2 
)
inlinenoexcept

Definition at line 1235 of file atomic.

◆ atomic_compare_exchange_weak_explicit() [2/2]

template<typename _ITp >
bool std::atomic_compare_exchange_weak_explicit ( volatile atomic< _ITp > *  __a,
__atomic_val_t< _ITp > *  __i1,
__atomic_val_t< _ITp >  __i2,
memory_order  __m1,
memory_order  __m2 
)
inlinenoexcept

Definition at line 1244 of file atomic.

◆ atomic_exchange() [1/2]

template<typename _ITp >
_ITp std::atomic_exchange ( atomic< _ITp > *  __a,
__atomic_val_t< _ITp >  __i 
)
inlinenoexcept

Definition at line 1292 of file atomic.

◆ atomic_exchange() [2/2]

template<typename _ITp >
_ITp std::atomic_exchange ( volatile atomic< _ITp > *  __a,
__atomic_val_t< _ITp >  __i 
)
inlinenoexcept

Definition at line 1297 of file atomic.

◆ atomic_exchange_explicit() [1/2]

template<typename _ITp >
_ITp std::atomic_exchange_explicit ( atomic< _ITp > *  __a,
__atomic_val_t< _ITp >  __i,
memory_order  __m 
)
inlinenoexcept

Definition at line 1222 of file atomic.

◆ atomic_exchange_explicit() [2/2]

template<typename _ITp >
_ITp std::atomic_exchange_explicit ( volatile atomic< _ITp > *  __a,
__atomic_val_t< _ITp >  __i,
memory_order  __m 
)
inlinenoexcept

Definition at line 1228 of file atomic.

◆ atomic_fetch_add() [1/2]

template<typename _ITp >
_ITp std::atomic_fetch_add ( atomic< _ITp > *  __a,
__atomic_diff_t< _ITp >  __i 
)
inlinenoexcept

Definition at line 1421 of file atomic.

◆ atomic_fetch_add() [2/2]

template<typename _ITp >
_ITp std::atomic_fetch_add ( volatile atomic< _ITp > *  __a,
__atomic_diff_t< _ITp >  __i 
)
inlinenoexcept

Definition at line 1427 of file atomic.

◆ atomic_fetch_add_explicit() [1/2]

template<typename _ITp >
_ITp std::atomic_fetch_add_explicit ( atomic< _ITp > *  __a,
__atomic_diff_t< _ITp >  __i,
memory_order  __m 
)
inlinenoexcept

Definition at line 1351 of file atomic.

◆ atomic_fetch_add_explicit() [2/2]

template<typename _ITp >
_ITp std::atomic_fetch_add_explicit ( volatile atomic< _ITp > *  __a,
__atomic_diff_t< _ITp >  __i,
memory_order  __m 
)
inlinenoexcept

Definition at line 1358 of file atomic.

◆ atomic_fetch_and() [1/2]

template<typename _ITp >
_ITp std::atomic_fetch_and ( __atomic_base< _ITp > *  __a,
__atomic_val_t< _ITp >  __i 
)
inlinenoexcept

Definition at line 1445 of file atomic.

◆ atomic_fetch_and() [2/2]

template<typename _ITp >
_ITp std::atomic_fetch_and ( volatile __atomic_base< _ITp > *  __a,
__atomic_val_t< _ITp >  __i 
)
inlinenoexcept

Definition at line 1451 of file atomic.

◆ atomic_fetch_and_explicit() [1/2]

template<typename _ITp >
_ITp std::atomic_fetch_and_explicit ( __atomic_base< _ITp > *  __a,
__atomic_val_t< _ITp >  __i,
memory_order  __m 
)
inlinenoexcept

Definition at line 1379 of file atomic.

◆ atomic_fetch_and_explicit() [2/2]

template<typename _ITp >
_ITp std::atomic_fetch_and_explicit ( volatile __atomic_base< _ITp > *  __a,
__atomic_val_t< _ITp >  __i,
memory_order  __m 
)
inlinenoexcept

Definition at line 1386 of file atomic.

◆ atomic_fetch_or() [1/2]

template<typename _ITp >
_ITp std::atomic_fetch_or ( __atomic_base< _ITp > *  __a,
__atomic_val_t< _ITp >  __i 
)
inlinenoexcept

Definition at line 1457 of file atomic.

◆ atomic_fetch_or() [2/2]

template<typename _ITp >
_ITp std::atomic_fetch_or ( volatile __atomic_base< _ITp > *  __a,
__atomic_val_t< _ITp >  __i 
)
inlinenoexcept

Definition at line 1463 of file atomic.

◆ atomic_fetch_or_explicit() [1/2]

template<typename _ITp >
_ITp std::atomic_fetch_or_explicit ( __atomic_base< _ITp > *  __a,
__atomic_val_t< _ITp >  __i,
memory_order  __m 
)
inlinenoexcept

Definition at line 1393 of file atomic.

◆ atomic_fetch_or_explicit() [2/2]

template<typename _ITp >
_ITp std::atomic_fetch_or_explicit ( volatile __atomic_base< _ITp > *  __a,
__atomic_val_t< _ITp >  __i,
memory_order  __m 
)
inlinenoexcept

Definition at line 1400 of file atomic.

◆ atomic_fetch_sub() [1/2]

template<typename _ITp >
_ITp std::atomic_fetch_sub ( atomic< _ITp > *  __a,
__atomic_diff_t< _ITp >  __i 
)
inlinenoexcept

Definition at line 1433 of file atomic.

◆ atomic_fetch_sub() [2/2]

template<typename _ITp >
_ITp std::atomic_fetch_sub ( volatile atomic< _ITp > *  __a,
__atomic_diff_t< _ITp >  __i 
)
inlinenoexcept

Definition at line 1439 of file atomic.

◆ atomic_fetch_sub_explicit() [1/2]

template<typename _ITp >
_ITp std::atomic_fetch_sub_explicit ( atomic< _ITp > *  __a,
__atomic_diff_t< _ITp >  __i,
memory_order  __m 
)
inlinenoexcept

Definition at line 1365 of file atomic.

◆ atomic_fetch_sub_explicit() [2/2]

template<typename _ITp >
_ITp std::atomic_fetch_sub_explicit ( volatile atomic< _ITp > *  __a,
__atomic_diff_t< _ITp >  __i,
memory_order  __m 
)
inlinenoexcept

Definition at line 1372 of file atomic.

◆ atomic_fetch_xor() [1/2]

template<typename _ITp >
_ITp std::atomic_fetch_xor ( __atomic_base< _ITp > *  __a,
__atomic_val_t< _ITp >  __i 
)
inlinenoexcept

Definition at line 1469 of file atomic.

◆ atomic_fetch_xor() [2/2]

template<typename _ITp >
_ITp std::atomic_fetch_xor ( volatile __atomic_base< _ITp > *  __a,
__atomic_val_t< _ITp >  __i 
)
inlinenoexcept

Definition at line 1475 of file atomic.

◆ atomic_fetch_xor_explicit() [1/2]

template<typename _ITp >
_ITp std::atomic_fetch_xor_explicit ( __atomic_base< _ITp > *  __a,
__atomic_val_t< _ITp >  __i,
memory_order  __m 
)
inlinenoexcept

Definition at line 1407 of file atomic.

◆ atomic_fetch_xor_explicit() [2/2]

template<typename _ITp >
_ITp std::atomic_fetch_xor_explicit ( volatile __atomic_base< _ITp > *  __a,
__atomic_val_t< _ITp >  __i,
memory_order  __m 
)
inlinenoexcept

Definition at line 1414 of file atomic.

◆ atomic_flag_clear() [1/2]

void std::atomic_flag_clear ( atomic_flag __a)
inlinenoexcept

Definition at line 1162 of file atomic.

◆ atomic_flag_clear() [2/2]

void std::atomic_flag_clear ( volatile atomic_flag __a)
inlinenoexcept

Definition at line 1166 of file atomic.

◆ atomic_flag_clear_explicit() [1/2]

void std::atomic_flag_clear_explicit ( atomic_flag __a,
memory_order  __m 
)
inlinenoexcept

Definition at line 1145 of file atomic.

◆ atomic_flag_clear_explicit() [2/2]

void std::atomic_flag_clear_explicit ( volatile atomic_flag __a,
memory_order  __m 
)
inlinenoexcept

Definition at line 1149 of file atomic.

◆ atomic_flag_test_and_set() [1/2]

bool std::atomic_flag_test_and_set ( atomic_flag __a)
inlinenoexcept

Definition at line 1154 of file atomic.

◆ atomic_flag_test_and_set() [2/2]

bool std::atomic_flag_test_and_set ( volatile atomic_flag __a)
inlinenoexcept

Definition at line 1158 of file atomic.

◆ atomic_flag_test_and_set_explicit() [1/2]

bool std::atomic_flag_test_and_set_explicit ( atomic_flag __a,
memory_order  __m 
)
inlinenoexcept

Definition at line 1135 of file atomic.

◆ atomic_flag_test_and_set_explicit() [2/2]

bool std::atomic_flag_test_and_set_explicit ( volatile atomic_flag __a,
memory_order  __m 
)
inlinenoexcept

Definition at line 1140 of file atomic.

◆ atomic_init() [1/2]

template<typename _ITp >
void std::atomic_init ( atomic< _ITp > *  __a,
__atomic_val_t< _ITp >  __i 
)
inlinenoexcept

Definition at line 1189 of file atomic.

◆ atomic_init() [2/2]

template<typename _ITp >
void std::atomic_init ( volatile atomic< _ITp > *  __a,
__atomic_val_t< _ITp >  __i 
)
inlinenoexcept

Definition at line 1194 of file atomic.

◆ atomic_is_lock_free() [1/2]

template<typename _ITp >
bool std::atomic_is_lock_free ( const atomic< _ITp > *  __a)
inlinenoexcept

Definition at line 1179 of file atomic.

◆ atomic_is_lock_free() [2/2]

template<typename _ITp >
bool std::atomic_is_lock_free ( const volatile atomic< _ITp > *  __a)
inlinenoexcept

Definition at line 1184 of file atomic.

◆ atomic_load() [1/2]

template<typename _ITp >
_ITp std::atomic_load ( const atomic< _ITp > *  __a)
inlinenoexcept

Definition at line 1282 of file atomic.

◆ atomic_load() [2/2]

template<typename _ITp >
_ITp std::atomic_load ( const volatile atomic< _ITp > *  __a)
inlinenoexcept

Definition at line 1287 of file atomic.

◆ atomic_load_explicit() [1/2]

template<typename _ITp >
_ITp std::atomic_load_explicit ( const atomic< _ITp > *  __a,
memory_order  __m 
)
inlinenoexcept

Definition at line 1211 of file atomic.

◆ atomic_load_explicit() [2/2]

template<typename _ITp >
_ITp std::atomic_load_explicit ( const volatile atomic< _ITp > *  __a,
memory_order  __m 
)
inlinenoexcept

Definition at line 1216 of file atomic.

◆ atomic_signal_fence()

void std::atomic_signal_fence ( memory_order  __m)
inlinenoexcept

Definition at line 125 of file atomic_base.h.

◆ atomic_store() [1/2]

template<typename _ITp >
void std::atomic_store ( atomic< _ITp > *  __a,
__atomic_val_t< _ITp >  __i 
)
inlinenoexcept

Definition at line 1272 of file atomic.

◆ atomic_store() [2/2]

template<typename _ITp >
void std::atomic_store ( volatile atomic< _ITp > *  __a,
__atomic_val_t< _ITp >  __i 
)
inlinenoexcept

Definition at line 1277 of file atomic.

◆ atomic_store_explicit() [1/2]

template<typename _ITp >
void std::atomic_store_explicit ( atomic< _ITp > *  __a,
__atomic_val_t< _ITp >  __i,
memory_order  __m 
)
inlinenoexcept

Definition at line 1199 of file atomic.

◆ atomic_store_explicit() [2/2]

template<typename _ITp >
void std::atomic_store_explicit ( volatile atomic< _ITp > *  __a,
__atomic_val_t< _ITp >  __i,
memory_order  __m 
)
inlinenoexcept

Definition at line 1205 of file atomic.

◆ atomic_thread_fence()

void std::atomic_thread_fence ( memory_order  __m)
inlinenoexcept

Definition at line 121 of file atomic_base.h.

◆ clear() [1/2]

void std::atomic_flag::clear ( memory_order  __m = memory_order_seq_cst)
inlinenoexcept

Definition at line 212 of file atomic_base.h.

◆ clear() [2/2]

void std::atomic_flag::clear ( memory_order  __m = memory_order_seq_cst) volatile
inlinenoexcept

Definition at line 223 of file atomic_base.h.

◆ compare_exchange_strong() [1/18]

template<typename _ITp >
bool std::__atomic_base< _ITp >::compare_exchange_strong ( __int_type &  __i1,
__int_type  __i2,
memory_order  __m1,
memory_order  __m2 
)
inlinenoexcept

Definition at line 500 of file atomic_base.h.

◆ compare_exchange_strong() [2/18]

template<typename _ITp >
bool std::__atomic_base< _ITp >::compare_exchange_strong ( __int_type &  __i1,
__int_type  __i2,
memory_order  __m1,
memory_order  __m2 
) volatile
inlinenoexcept

Definition at line 514 of file atomic_base.h.

◆ compare_exchange_strong() [3/18]

template<typename _ITp >
bool std::__atomic_base< _ITp >::compare_exchange_strong ( __int_type &  __i1,
__int_type  __i2,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 530 of file atomic_base.h.

◆ compare_exchange_strong() [4/18]

template<typename _ITp >
bool std::__atomic_base< _ITp >::compare_exchange_strong ( __int_type &  __i1,
__int_type  __i2,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 538 of file atomic_base.h.

◆ compare_exchange_strong() [5/18]

template<typename _Tp >
bool std::atomic< _Tp * >::compare_exchange_strong ( __pointer_type &  __p1,
__pointer_type  __p2,
memory_order  __m1,
memory_order  __m2 
)
inlinenoexcept

Definition at line 567 of file atomic.

◆ compare_exchange_strong() [6/18]

template<typename _PTp >
bool std::__atomic_base< _PTp * >::compare_exchange_strong ( __pointer_type &  __p1,
__pointer_type  __p2,
memory_order  __m1,
memory_order  __m2 
)
inlinenoexcept

Definition at line 776 of file atomic_base.h.

◆ compare_exchange_strong() [7/18]

template<typename _Tp >
bool std::atomic< _Tp * >::compare_exchange_strong ( __pointer_type &  __p1,
__pointer_type  __p2,
memory_order  __m1,
memory_order  __m2 
) volatile
inlinenoexcept

Definition at line 572 of file atomic.

◆ compare_exchange_strong() [8/18]

template<typename _PTp >
bool std::__atomic_base< _PTp * >::compare_exchange_strong ( __pointer_type &  __p1,
__pointer_type  __p2,
memory_order  __m1,
memory_order  __m2 
) volatile
inlinenoexcept

Definition at line 791 of file atomic_base.h.

◆ compare_exchange_strong() [9/18]

template<typename _Tp >
bool std::atomic< _Tp * >::compare_exchange_strong ( __pointer_type &  __p1,
__pointer_type  __p2,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 578 of file atomic.

◆ compare_exchange_strong() [10/18]

template<typename _Tp >
bool std::atomic< _Tp * >::compare_exchange_strong ( __pointer_type &  __p1,
__pointer_type  __p2,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 586 of file atomic.

◆ compare_exchange_strong() [11/18]

template<typename _Tp >
bool std::atomic< _Tp >::compare_exchange_strong ( _Tp &  __e,
_Tp  __i,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 345 of file atomic.

◆ compare_exchange_strong() [12/18]

template<typename _Tp >
bool std::atomic< _Tp >::compare_exchange_strong ( _Tp &  __e,
_Tp  __i,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 351 of file atomic.

◆ compare_exchange_strong() [13/18]

template<typename _Tp >
bool std::atomic< _Tp >::compare_exchange_strong ( _Tp &  __e,
_Tp  __i,
memory_order  __s,
memory_order  __f 
)
inlinenoexcept

Definition at line 325 of file atomic.

◆ compare_exchange_strong() [14/18]

template<typename _Tp >
bool std::atomic< _Tp >::compare_exchange_strong ( _Tp &  __e,
_Tp  __i,
memory_order  __s,
memory_order  __f 
) volatile
inlinenoexcept

Definition at line 335 of file atomic.

◆ compare_exchange_strong() [15/18]

bool std::atomic< bool >::compare_exchange_strong ( bool &  __i1,
bool  __i2,
memory_order  __m1,
memory_order  __m2 
)
inlinenoexcept

Definition at line 148 of file atomic.

◆ compare_exchange_strong() [16/18]

bool std::atomic< bool >::compare_exchange_strong ( bool &  __i1,
bool  __i2,
memory_order  __m1,
memory_order  __m2 
) volatile
inlinenoexcept

Definition at line 153 of file atomic.

◆ compare_exchange_strong() [17/18]

bool std::atomic< bool >::compare_exchange_strong ( bool &  __i1,
bool  __i2,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 158 of file atomic.

◆ compare_exchange_strong() [18/18]

bool std::atomic< bool >::compare_exchange_strong ( bool &  __i1,
bool  __i2,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 163 of file atomic.

◆ compare_exchange_weak() [1/16]

template<typename _ITp >
bool std::__atomic_base< _ITp >::compare_exchange_weak ( __int_type &  __i1,
__int_type  __i2,
memory_order  __m1,
memory_order  __m2 
)
inlinenoexcept

Definition at line 455 of file atomic_base.h.

◆ compare_exchange_weak() [2/16]

template<typename _ITp >
bool std::__atomic_base< _ITp >::compare_exchange_weak ( __int_type &  __i1,
__int_type  __i2,
memory_order  __m1,
memory_order  __m2 
) volatile
inlinenoexcept

Definition at line 469 of file atomic_base.h.

◆ compare_exchange_weak() [3/16]

template<typename _ITp >
bool std::__atomic_base< _ITp >::compare_exchange_weak ( __int_type &  __i1,
__int_type  __i2,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 484 of file atomic_base.h.

◆ compare_exchange_weak() [4/16]

template<typename _ITp >
bool std::__atomic_base< _ITp >::compare_exchange_weak ( __int_type &  __i1,
__int_type  __i2,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 492 of file atomic_base.h.

◆ compare_exchange_weak() [5/16]

template<typename _Tp >
bool std::atomic< _Tp * >::compare_exchange_weak ( __pointer_type &  __p1,
__pointer_type  __p2,
memory_order  __m1,
memory_order  __m2 
)
inlinenoexcept

Definition at line 540 of file atomic.

◆ compare_exchange_weak() [6/16]

template<typename _Tp >
bool std::atomic< _Tp * >::compare_exchange_weak ( __pointer_type &  __p1,
__pointer_type  __p2,
memory_order  __m1,
memory_order  __m2 
) volatile
inlinenoexcept

Definition at line 545 of file atomic.

◆ compare_exchange_weak() [7/16]

template<typename _Tp >
bool std::atomic< _Tp * >::compare_exchange_weak ( __pointer_type &  __p1,
__pointer_type  __p2,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 551 of file atomic.

◆ compare_exchange_weak() [8/16]

template<typename _Tp >
bool std::atomic< _Tp * >::compare_exchange_weak ( __pointer_type &  __p1,
__pointer_type  __p2,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 559 of file atomic.

◆ compare_exchange_weak() [9/16]

template<typename _Tp >
bool std::atomic< _Tp >::compare_exchange_weak ( _Tp &  __e,
_Tp  __i,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 313 of file atomic.

◆ compare_exchange_weak() [10/16]

template<typename _Tp >
bool std::atomic< _Tp >::compare_exchange_weak ( _Tp &  __e,
_Tp  __i,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 319 of file atomic.

◆ compare_exchange_weak() [11/16]

template<typename _Tp >
bool std::atomic< _Tp >::compare_exchange_weak ( _Tp &  __e,
_Tp  __i,
memory_order  __s,
memory_order  __f 
)
inlinenoexcept

Definition at line 293 of file atomic.

◆ compare_exchange_weak() [12/16]

template<typename _Tp >
bool std::atomic< _Tp >::compare_exchange_weak ( _Tp &  __e,
_Tp  __i,
memory_order  __s,
memory_order  __f 
) volatile
inlinenoexcept

Definition at line 303 of file atomic.

◆ compare_exchange_weak() [13/16]

bool std::atomic< bool >::compare_exchange_weak ( bool &  __i1,
bool  __i2,
memory_order  __m1,
memory_order  __m2 
)
inlinenoexcept

Definition at line 128 of file atomic.

◆ compare_exchange_weak() [14/16]

bool std::atomic< bool >::compare_exchange_weak ( bool &  __i1,
bool  __i2,
memory_order  __m1,
memory_order  __m2 
) volatile
inlinenoexcept

Definition at line 133 of file atomic.

◆ compare_exchange_weak() [15/16]

bool std::atomic< bool >::compare_exchange_weak ( bool &  __i1,
bool  __i2,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 138 of file atomic.

◆ compare_exchange_weak() [16/16]

bool std::atomic< bool >::compare_exchange_weak ( bool &  __i1,
bool  __i2,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 143 of file atomic.

◆ exchange() [1/10]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::exchange ( __int_type  __i,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 440 of file atomic_base.h.

◆ exchange() [2/10]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::exchange ( __int_type  __i,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 448 of file atomic_base.h.

◆ exchange() [3/10]

template<typename _Tp >
__pointer_type std::atomic< _Tp * >::exchange ( __pointer_type  __p,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 530 of file atomic.

◆ exchange() [4/10]

template<typename _PTp >
__pointer_type std::__atomic_base< _PTp * >::exchange ( __pointer_type  __p,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 761 of file atomic_base.h.

◆ exchange() [5/10]

template<typename _Tp >
__pointer_type std::atomic< _Tp * >::exchange ( __pointer_type  __p,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 535 of file atomic.

◆ exchange() [6/10]

template<typename _PTp >
__pointer_type std::__atomic_base< _PTp * >::exchange ( __pointer_type  __p,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 769 of file atomic_base.h.

◆ exchange() [7/10]

template<typename _Tp >
_Tp std::atomic< _Tp >::exchange ( _Tp  __i,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 272 of file atomic.

◆ exchange() [8/10]

template<typename _Tp >
_Tp std::atomic< _Tp >::exchange ( _Tp  __i,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 282 of file atomic.

◆ exchange() [9/10]

bool std::atomic< bool >::exchange ( bool  __i,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 119 of file atomic.

◆ exchange() [10/10]

bool std::atomic< bool >::exchange ( bool  __i,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 123 of file atomic.

◆ fetch_add() [1/6]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::fetch_add ( __int_type  __i,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 546 of file atomic_base.h.

◆ fetch_add() [2/6]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::fetch_add ( __int_type  __i,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 551 of file atomic_base.h.

◆ fetch_add() [3/6]

template<typename _Tp >
__pointer_type std::atomic< _Tp * >::fetch_add ( ptrdiff_t  __d,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 594 of file atomic.

◆ fetch_add() [4/6]

template<typename _PTp >
__pointer_type std::__atomic_base< _PTp * >::fetch_add ( ptrdiff_t  __d,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 807 of file atomic_base.h.

◆ fetch_add() [5/6]

template<typename _Tp >
__pointer_type std::atomic< _Tp * >::fetch_add ( ptrdiff_t  __d,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 604 of file atomic.

◆ fetch_add() [6/6]

template<typename _PTp >
__pointer_type std::__atomic_base< _PTp * >::fetch_add ( ptrdiff_t  __d,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 812 of file atomic_base.h.

◆ fetch_and() [1/2]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::fetch_and ( __int_type  __i,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 566 of file atomic_base.h.

◆ fetch_and() [2/2]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::fetch_and ( __int_type  __i,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 571 of file atomic_base.h.

◆ fetch_or() [1/2]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::fetch_or ( __int_type  __i,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 576 of file atomic_base.h.

◆ fetch_or() [2/2]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::fetch_or ( __int_type  __i,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 581 of file atomic_base.h.

◆ fetch_sub() [1/6]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::fetch_sub ( __int_type  __i,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 556 of file atomic_base.h.

◆ fetch_sub() [2/6]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::fetch_sub ( __int_type  __i,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 561 of file atomic_base.h.

◆ fetch_sub() [3/6]

template<typename _Tp >
__pointer_type std::atomic< _Tp * >::fetch_sub ( ptrdiff_t  __d,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 614 of file atomic.

◆ fetch_sub() [4/6]

template<typename _PTp >
__pointer_type std::__atomic_base< _PTp * >::fetch_sub ( ptrdiff_t  __d,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 817 of file atomic_base.h.

◆ fetch_sub() [5/6]

template<typename _Tp >
__pointer_type std::atomic< _Tp * >::fetch_sub ( ptrdiff_t  __d,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 624 of file atomic.

◆ fetch_sub() [6/6]

template<typename _PTp >
__pointer_type std::__atomic_base< _PTp * >::fetch_sub ( ptrdiff_t  __d,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 822 of file atomic_base.h.

◆ fetch_xor() [1/2]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::fetch_xor ( __int_type  __i,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 586 of file atomic_base.h.

◆ fetch_xor() [2/2]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::fetch_xor ( __int_type  __i,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 591 of file atomic_base.h.

◆ is_lock_free() [1/10]

bool std::atomic< bool >::is_lock_free ( ) const
inlinenoexcept

Definition at line 93 of file atomic.

◆ is_lock_free() [2/10]

template<typename _Tp >
bool std::atomic< _Tp >::is_lock_free ( ) const
inlinenoexcept

Definition at line 225 of file atomic.

◆ is_lock_free() [3/10]

template<typename _Tp >
bool std::atomic< _Tp * >::is_lock_free ( ) const
inlinenoexcept

Definition at line 500 of file atomic.

◆ is_lock_free() [4/10]

template<typename _ITp >
bool std::__atomic_base< _ITp >::is_lock_free ( ) const
inlinenoexcept

Definition at line 381 of file atomic_base.h.

◆ is_lock_free() [5/10]

template<typename _PTp >
bool std::__atomic_base< _PTp * >::is_lock_free ( ) const
inlinenoexcept

Definition at line 700 of file atomic_base.h.

◆ is_lock_free() [6/10]

bool std::atomic< bool >::is_lock_free ( ) const volatile
inlinenoexcept

Definition at line 96 of file atomic.

◆ is_lock_free() [7/10]

template<typename _Tp >
bool std::atomic< _Tp >::is_lock_free ( ) const volatile
inlinenoexcept

Definition at line 233 of file atomic.

◆ is_lock_free() [8/10]

template<typename _Tp >
bool std::atomic< _Tp * >::is_lock_free ( ) const volatile
inlinenoexcept

Definition at line 504 of file atomic.

◆ is_lock_free() [9/10]

template<typename _ITp >
bool std::__atomic_base< _ITp >::is_lock_free ( ) const volatile
inlinenoexcept

Definition at line 389 of file atomic_base.h.

◆ is_lock_free() [10/10]

template<typename _PTp >
bool std::__atomic_base< _PTp * >::is_lock_free ( ) const volatile
inlinenoexcept

Definition at line 708 of file atomic_base.h.

◆ kill_dependency()

template<typename _Tp >
_Tp std::kill_dependency ( _Tp  __y)
inlinenoexcept

kill_dependency

Definition at line 131 of file atomic_base.h.

◆ load() [1/10]

bool std::atomic< bool >::load ( memory_order  __m = memory_order_seq_cst) const
inlinenoexcept

Definition at line 111 of file atomic.

◆ load() [2/10]

template<typename _Tp >
_Tp std::atomic< _Tp >::load ( memory_order  __m = memory_order_seq_cst) const
inlinenoexcept

Definition at line 254 of file atomic.

◆ load() [3/10]

template<typename _Tp >
__pointer_type std::atomic< _Tp * >::load ( memory_order  __m = memory_order_seq_cst) const
inlinenoexcept

Definition at line 522 of file atomic.

◆ load() [4/10]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::load ( memory_order  __m = memory_order_seq_cst) const
inlinenoexcept

Definition at line 420 of file atomic_base.h.

◆ load() [5/10]

template<typename _PTp >
__pointer_type std::__atomic_base< _PTp * >::load ( memory_order  __m = memory_order_seq_cst) const
inlinenoexcept

Definition at line 741 of file atomic_base.h.

◆ load() [6/10]

bool std::atomic< bool >::load ( memory_order  __m = memory_order_seq_cst) const volatile
inlinenoexcept

Definition at line 115 of file atomic.

◆ load() [7/10]

template<typename _Tp >
_Tp std::atomic< _Tp >::load ( memory_order  __m = memory_order_seq_cst) const volatile
inlinenoexcept

Definition at line 263 of file atomic.

◆ load() [8/10]

template<typename _Tp >
__pointer_type std::atomic< _Tp * >::load ( memory_order  __m = memory_order_seq_cst) const volatile
inlinenoexcept

Definition at line 526 of file atomic.

◆ load() [9/10]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::load ( memory_order  __m = memory_order_seq_cst) const volatile
inlinenoexcept

Definition at line 430 of file atomic_base.h.

◆ load() [10/10]

template<typename _PTp >
__pointer_type std::__atomic_base< _PTp * >::load ( memory_order  __m = memory_order_seq_cst) const volatile
inlinenoexcept

Definition at line 751 of file atomic_base.h.

◆ operator __int_type() [1/2]

template<typename _ITp >
std::__atomic_base< _ITp >::operator __int_type ( ) const
inlinenoexcept

Definition at line 288 of file atomic_base.h.

◆ operator __int_type() [2/2]

template<typename _ITp >
std::__atomic_base< _ITp >::operator __int_type ( ) const volatile
inlinenoexcept

Definition at line 291 of file atomic_base.h.

◆ operator __pointer_type() [1/4]

template<typename _Tp >
std::atomic< _Tp * >::operator __pointer_type ( ) const
inlinenoexcept

Definition at line 377 of file atomic.

◆ operator __pointer_type() [2/4]

template<typename _PTp >
std::__atomic_base< _PTp * >::operator __pointer_type ( ) const
inlinenoexcept

Definition at line 623 of file atomic_base.h.

◆ operator __pointer_type() [3/4]

template<typename _Tp >
std::atomic< _Tp * >::operator __pointer_type ( ) const volatile
inlinenoexcept

Definition at line 380 of file atomic.

◆ operator __pointer_type() [4/4]

template<typename _PTp >
std::__atomic_base< _PTp * >::operator __pointer_type ( ) const volatile
inlinenoexcept

Definition at line 626 of file atomic_base.h.

◆ operator _Tp() [1/2]

template<typename _Tp >
std::atomic< _Tp >::operator _Tp ( ) const
inlinenoexcept

Definition at line 210 of file atomic.

◆ operator _Tp() [2/2]

template<typename _Tp >
std::atomic< _Tp >::operator _Tp ( ) const volatile
inlinenoexcept

Definition at line 213 of file atomic.

◆ operator bool() [1/2]

std::atomic< bool >::operator bool ( ) const
inlinenoexcept

Definition at line 86 of file atomic.

◆ operator bool() [2/2]

std::atomic< bool >::operator bool ( ) const volatile
inlinenoexcept

Definition at line 89 of file atomic.

◆ operator&()

constexpr memory_order std::operator& ( memory_order  __m,
__memory_order_modifier  __mod 
)
constexpr

Definition at line 100 of file atomic_base.h.

◆ operator&=() [1/2]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::operator&= ( __int_type  __i)
inlinenoexcept

Definition at line 357 of file atomic_base.h.

◆ operator&=() [2/2]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::operator&= ( __int_type  __i) volatile
inlinenoexcept

Definition at line 361 of file atomic_base.h.

◆ operator++() [1/12]

template<typename _Tp >
__pointer_type std::atomic< _Tp * >::operator++ ( )
inlinenoexcept

Definition at line 428 of file atomic.

◆ operator++() [2/12]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::operator++ ( )
inlinenoexcept

Definition at line 325 of file atomic_base.h.

◆ operator++() [3/12]

template<typename _PTp >
__pointer_type std::__atomic_base< _PTp * >::operator++ ( )
inlinenoexcept

Definition at line 660 of file atomic_base.h.

◆ operator++() [4/12]

template<typename _Tp >
__pointer_type std::atomic< _Tp * >::operator++ ( ) volatile
inlinenoexcept

Definition at line 437 of file atomic.

◆ operator++() [5/12]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::operator++ ( ) volatile
inlinenoexcept

Definition at line 329 of file atomic_base.h.

◆ operator++() [6/12]

template<typename _PTp >
__pointer_type std::__atomic_base< _PTp * >::operator++ ( ) volatile
inlinenoexcept

Definition at line 665 of file atomic_base.h.

◆ operator++() [7/12]

template<typename _Tp >
__pointer_type std::atomic< _Tp * >::operator++ ( int  )
inlinenoexcept

Definition at line 392 of file atomic.

◆ operator++() [8/12]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::operator++ ( int  )
inlinenoexcept

Definition at line 309 of file atomic_base.h.

◆ operator++() [9/12]

template<typename _PTp >
__pointer_type std::__atomic_base< _PTp * >::operator++ ( int  )
inlinenoexcept

Definition at line 644 of file atomic_base.h.

◆ operator++() [10/12]

template<typename _Tp >
__pointer_type std::atomic< _Tp * >::operator++ ( int  ) volatile
inlinenoexcept

Definition at line 401 of file atomic.

◆ operator++() [11/12]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::operator++ ( int  ) volatile
inlinenoexcept

Definition at line 313 of file atomic_base.h.

◆ operator++() [12/12]

template<typename _PTp >
__pointer_type std::__atomic_base< _PTp * >::operator++ ( int  ) volatile
inlinenoexcept

Definition at line 648 of file atomic_base.h.

◆ operator+=() [1/6]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::operator+= ( __int_type  __i)
inlinenoexcept

Definition at line 341 of file atomic_base.h.

◆ operator+=() [2/6]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::operator+= ( __int_type  __i) volatile
inlinenoexcept

Definition at line 345 of file atomic_base.h.

◆ operator+=() [3/6]

template<typename _Tp >
__pointer_type std::atomic< _Tp * >::operator+= ( ptrdiff_t  __d)
inlinenoexcept

Definition at line 464 of file atomic.

◆ operator+=() [4/6]

template<typename _PTp >
__pointer_type std::__atomic_base< _PTp * >::operator+= ( ptrdiff_t  __d)
inlinenoexcept

Definition at line 680 of file atomic_base.h.

◆ operator+=() [5/6]

template<typename _Tp >
__pointer_type std::atomic< _Tp * >::operator+= ( ptrdiff_t  __d) volatile
inlinenoexcept

Definition at line 473 of file atomic.

◆ operator+=() [6/6]

template<typename _PTp >
__pointer_type std::__atomic_base< _PTp * >::operator+= ( ptrdiff_t  __d) volatile
inlinenoexcept

Definition at line 685 of file atomic_base.h.

◆ operator--() [1/12]

template<typename _Tp >
__pointer_type std::atomic< _Tp * >::operator-- ( )
inlinenoexcept

Definition at line 446 of file atomic.

◆ operator--() [2/12]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::operator-- ( )
inlinenoexcept

Definition at line 333 of file atomic_base.h.

◆ operator--() [3/12]

template<typename _PTp >
__pointer_type std::__atomic_base< _PTp * >::operator-- ( )
inlinenoexcept

Definition at line 670 of file atomic_base.h.

◆ operator--() [4/12]

template<typename _Tp >
__pointer_type std::atomic< _Tp * >::operator-- ( ) volatile
inlinenoexcept

Definition at line 455 of file atomic.

◆ operator--() [5/12]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::operator-- ( ) volatile
inlinenoexcept

Definition at line 337 of file atomic_base.h.

◆ operator--() [6/12]

template<typename _PTp >
__pointer_type std::__atomic_base< _PTp * >::operator-- ( ) volatile
inlinenoexcept

Definition at line 675 of file atomic_base.h.

◆ operator--() [7/12]

template<typename _Tp >
__pointer_type std::atomic< _Tp * >::operator-- ( int  )
inlinenoexcept

Definition at line 410 of file atomic.

◆ operator--() [8/12]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::operator-- ( int  )
inlinenoexcept

Definition at line 317 of file atomic_base.h.

◆ operator--() [9/12]

template<typename _PTp >
__pointer_type std::__atomic_base< _PTp * >::operator-- ( int  )
inlinenoexcept

Definition at line 652 of file atomic_base.h.

◆ operator--() [10/12]

template<typename _Tp >
__pointer_type std::atomic< _Tp * >::operator-- ( int  ) volatile
inlinenoexcept

Definition at line 419 of file atomic.

◆ operator--() [11/12]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::operator-- ( int  ) volatile
inlinenoexcept

Definition at line 321 of file atomic_base.h.

◆ operator--() [12/12]

template<typename _PTp >
__pointer_type std::__atomic_base< _PTp * >::operator-- ( int  ) volatile
inlinenoexcept

Definition at line 656 of file atomic_base.h.

◆ operator-=() [1/6]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::operator-= ( __int_type  __i)
inlinenoexcept

Definition at line 349 of file atomic_base.h.

◆ operator-=() [2/6]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::operator-= ( __int_type  __i) volatile
inlinenoexcept

Definition at line 353 of file atomic_base.h.

◆ operator-=() [3/6]

template<typename _Tp >
__pointer_type std::atomic< _Tp * >::operator-= ( ptrdiff_t  __d)
inlinenoexcept

Definition at line 482 of file atomic.

◆ operator-=() [4/6]

template<typename _PTp >
__pointer_type std::__atomic_base< _PTp * >::operator-= ( ptrdiff_t  __d)
inlinenoexcept

Definition at line 690 of file atomic_base.h.

◆ operator-=() [5/6]

template<typename _Tp >
__pointer_type std::atomic< _Tp * >::operator-= ( ptrdiff_t  __d) volatile
inlinenoexcept

Definition at line 491 of file atomic.

◆ operator-=() [6/6]

template<typename _PTp >
__pointer_type std::__atomic_base< _PTp * >::operator-= ( ptrdiff_t  __d) volatile
inlinenoexcept

Definition at line 695 of file atomic_base.h.

◆ operator=() [1/10]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::operator= ( __int_type  __i)
inlinenoexcept

Definition at line 295 of file atomic_base.h.

◆ operator=() [2/10]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::operator= ( __int_type  __i) volatile
inlinenoexcept

Definition at line 302 of file atomic_base.h.

◆ operator=() [3/10]

template<typename _Tp >
__pointer_type std::atomic< _Tp * >::operator= ( __pointer_type  __p)
inlinenoexcept

Definition at line 384 of file atomic.

◆ operator=() [4/10]

template<typename _PTp >
__pointer_type std::__atomic_base< _PTp * >::operator= ( __pointer_type  __p)
inlinenoexcept

Definition at line 630 of file atomic_base.h.

◆ operator=() [5/10]

template<typename _Tp >
__pointer_type std::atomic< _Tp * >::operator= ( __pointer_type  __p) volatile
inlinenoexcept

Definition at line 388 of file atomic.

◆ operator=() [6/10]

template<typename _PTp >
__pointer_type std::__atomic_base< _PTp * >::operator= ( __pointer_type  __p) volatile
inlinenoexcept

Definition at line 637 of file atomic_base.h.

◆ operator=() [7/10]

template<typename _Tp >
_Tp std::atomic< _Tp >::operator= ( _Tp  __i)
inlinenoexcept

Definition at line 217 of file atomic.

◆ operator=() [8/10]

template<typename _Tp >
_Tp std::atomic< _Tp >::operator= ( _Tp  __i) volatile
inlinenoexcept

Definition at line 221 of file atomic.

◆ operator=() [9/10]

bool std::atomic< bool >::operator= ( bool  __i)
inlinenoexcept

Definition at line 79 of file atomic.

◆ operator=() [10/10]

bool std::atomic< bool >::operator= ( bool  __i) volatile
inlinenoexcept

Definition at line 83 of file atomic.

◆ operator^=() [1/2]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::operator^= ( __int_type  __i)
inlinenoexcept

Definition at line 373 of file atomic_base.h.

◆ operator^=() [2/2]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::operator^= ( __int_type  __i) volatile
inlinenoexcept

Definition at line 377 of file atomic_base.h.

◆ operator|()

constexpr memory_order std::operator| ( memory_order  __m,
__memory_order_modifier  __mod 
)
constexpr

Definition at line 94 of file atomic_base.h.

◆ operator|=() [1/2]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::operator|= ( __int_type  __i)
inlinenoexcept

Definition at line 365 of file atomic_base.h.

◆ operator|=() [2/2]

template<typename _ITp >
__int_type std::__atomic_base< _ITp >::operator|= ( __int_type  __i) volatile
inlinenoexcept

Definition at line 369 of file atomic_base.h.

◆ store() [1/10]

template<typename _ITp >
void std::__atomic_base< _ITp >::store ( __int_type  __i,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 397 of file atomic_base.h.

◆ store() [2/10]

template<typename _ITp >
void std::__atomic_base< _ITp >::store ( __int_type  __i,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 408 of file atomic_base.h.

◆ store() [3/10]

template<typename _Tp >
void std::atomic< _Tp * >::store ( __pointer_type  __p,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 512 of file atomic.

◆ store() [4/10]

template<typename _PTp >
void std::__atomic_base< _PTp * >::store ( __pointer_type  __p,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 716 of file atomic_base.h.

◆ store() [5/10]

template<typename _Tp >
void std::atomic< _Tp * >::store ( __pointer_type  __p,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 517 of file atomic.

◆ store() [6/10]

template<typename _PTp >
void std::__atomic_base< _PTp * >::store ( __pointer_type  __p,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 729 of file atomic_base.h.

◆ store() [7/10]

template<typename _Tp >
void std::atomic< _Tp >::store ( _Tp  __i,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 246 of file atomic.

◆ store() [8/10]

template<typename _Tp >
void std::atomic< _Tp >::store ( _Tp  __i,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 250 of file atomic.

◆ store() [9/10]

void std::atomic< bool >::store ( bool  __i,
memory_order  __m = memory_order_seq_cst 
)
inlinenoexcept

Definition at line 103 of file atomic.

◆ store() [10/10]

void std::atomic< bool >::store ( bool  __i,
memory_order  __m = memory_order_seq_cst 
) volatile
inlinenoexcept

Definition at line 107 of file atomic.

◆ test_and_set() [1/2]

bool std::atomic_flag::test_and_set ( memory_order  __m = memory_order_seq_cst)
inlinenoexcept

Definition at line 200 of file atomic_base.h.

◆ test_and_set() [2/2]

bool std::atomic_flag::test_and_set ( memory_order  __m = memory_order_seq_cst) volatile
inlinenoexcept

Definition at line 206 of file atomic_base.h.

Variable Documentation

◆ _M_b

template<typename _Tp >
__base_type std::atomic< _Tp * >::_M_b

Definition at line 367 of file atomic.

◆ _M_i

__atomic_flag_data_type std::__atomic_flag_base::_M_i

Definition at line 178 of file atomic_base.h.