Go to the source code of this file.
Classes
Namespaces
Defines
Functions
-
bool std::atomic_compare_exchange_strong (atomic_address *__a, void **__v1, void *__v2)
-
bool std::atomic_compare_exchange_strong (volatile atomic_address *__a, void **__v1, void *__v2)
-
bool std::atomic_compare_exchange_strong (volatile atomic_bool *__a, bool *__i1, bool __i2)
-
bool std::atomic_compare_exchange_strong (atomic_bool *__a, bool *__i1, bool __i2)
-
template<typename _ITp > bool std::atomic_compare_exchange_strong (__atomic_base< _ITp > *__a, _ITp *__i1, _ITp __i2)
-
template<typename _ITp > bool std::atomic_compare_exchange_strong (volatile __atomic_base< _ITp > *__a, _ITp *__i1, _ITp __i2)
-
template<typename _ITp > bool std::atomic_compare_exchange_strong_explicit (__atomic_base< _ITp > *__a, _ITp *__i1, _ITp __i2, memory_order __m1, memory_order __m2)
-
template<typename _ITp > bool std::atomic_compare_exchange_strong_explicit (volatile __atomic_base< _ITp > *__a, _ITp *__i1, _ITp __i2, memory_order __m1, memory_order __m2)
-
bool std::atomic_compare_exchange_strong_explicit (atomic_address *__a, void **__v1, void *__v2, memory_order __m1, memory_order __m2)
-
bool std::atomic_compare_exchange_strong_explicit (volatile atomic_address *__a, void **__v1, void *__v2, memory_order __m1, memory_order __m2)
-
bool std::atomic_compare_exchange_strong_explicit (atomic_bool *__a, bool *__i1, bool __i2, memory_order __m1, memory_order __m2)
-
bool std::atomic_compare_exchange_strong_explicit (volatile atomic_bool *__a, bool *__i1, bool __i2, memory_order __m1, memory_order __m2)
-
template<typename _ITp > bool std::atomic_compare_exchange_weak (__atomic_base< _ITp > *__a, _ITp *__i1, _ITp __i2)
-
template<typename _ITp > bool std::atomic_compare_exchange_weak (volatile __atomic_base< _ITp > *__a, _ITp *__i1, _ITp __i2)
-
bool std::atomic_compare_exchange_weak (atomic_bool *__a, bool *__i1, bool __i2)
-
bool std::atomic_compare_exchange_weak (atomic_address *__a, void **__v1, void *__v2)
-
bool std::atomic_compare_exchange_weak (volatile atomic_bool *__a, bool *__i1, bool __i2)
-
bool std::atomic_compare_exchange_weak (volatile atomic_address *__a, void **__v1, void *__v2)
-
template<typename _ITp > bool std::atomic_compare_exchange_weak_explicit (volatile __atomic_base< _ITp > *__a, _ITp *__i1, _ITp __i2, memory_order __m1, memory_order __m2)
-
template<typename _ITp > bool std::atomic_compare_exchange_weak_explicit (__atomic_base< _ITp > *__a, _ITp *__i1, _ITp __i2, memory_order __m1, memory_order __m2)
-
bool std::atomic_compare_exchange_weak_explicit (volatile atomic_address *__a, void **__v1, void *__v2, memory_order __m1, memory_order __m2)
-
bool std::atomic_compare_exchange_weak_explicit (atomic_bool *__a, bool *__i1, bool __i2, memory_order __m1, memory_order __m2)
-
bool std::atomic_compare_exchange_weak_explicit (atomic_address *__a, void **__v1, void *__v2, memory_order __m1, memory_order __m2)
-
bool std::atomic_compare_exchange_weak_explicit (volatile atomic_bool *__a, bool *__i1, bool __i2, memory_order __m1, memory_order __m2)
-
template<typename _ITp > _ITp std::atomic_exchange (__atomic_base< _ITp > *__a, _ITp __i)
-
template<typename _ITp > _ITp std::atomic_exchange (volatile __atomic_base< _ITp > *__a, _ITp __i)
-
void * std::atomic_exchange (atomic_address *__a, void *__v)
-
void * std::atomic_exchange (volatile atomic_address *__a, void *__v)
-
bool std::atomic_exchange (atomic_bool *__a, bool __i)
-
bool std::atomic_exchange (volatile atomic_bool *__a, bool __i)
-
void * std::atomic_exchange_explicit (atomic_address *__a, void *__v, memory_order __m)
-
template<typename _ITp > _ITp std::atomic_exchange_explicit (__atomic_base< _ITp > *__a, _ITp __i, memory_order __m)
-
template<typename _ITp > _ITp std::atomic_exchange_explicit (volatile __atomic_base< _ITp > *__a, _ITp __i, memory_order __m)
-
void * std::atomic_exchange_explicit (volatile atomic_address *__a, void *__v, memory_order __m)
-
bool std::atomic_exchange_explicit (atomic_bool *__a, bool __i, memory_order __m)
-
bool std::atomic_exchange_explicit (volatile atomic_bool *__a, bool __i, memory_order __m)
-
void * std::atomic_fetch_add (atomic_address *__a, ptrdiff_t __d)
-
void * std::atomic_fetch_add (volatile atomic_address *__a, ptrdiff_t __d)
-
template<typename _ITp > _ITp std::atomic_fetch_add (__atomic_base< _ITp > *__a, _ITp __i)
-
template<typename _ITp > _ITp std::atomic_fetch_add (volatile __atomic_base< _ITp > *__a, _ITp __i)
-
void * std::atomic_fetch_add_explicit (atomic_address *__a, ptrdiff_t __d, memory_order __m)
-
void * std::atomic_fetch_add_explicit (volatile atomic_address *__a, ptrdiff_t __d, memory_order __m)
-
template<typename _ITp > _ITp std::atomic_fetch_add_explicit (__atomic_base< _ITp > *__a, _ITp __i, memory_order __m)
-
template<typename _ITp > _ITp std::atomic_fetch_add_explicit (volatile __atomic_base< _ITp > *__a, _ITp __i, memory_order __m)
-
template<typename _ITp > _ITp std::atomic_fetch_and (__atomic_base< _ITp > *__a, _ITp __i)
-
template<typename _ITp > _ITp std::atomic_fetch_and (volatile __atomic_base< _ITp > *__a, _ITp __i)
-
template<typename _ITp > _ITp std::atomic_fetch_and_explicit (__atomic_base< _ITp > *__a, _ITp __i, memory_order __m)
-
template<typename _ITp > _ITp std::atomic_fetch_and_explicit (volatile __atomic_base< _ITp > *__a, _ITp __i, memory_order __m)
-
template<typename _ITp > _ITp std::atomic_fetch_or (__atomic_base< _ITp > *__a, _ITp __i)
-
template<typename _ITp > _ITp std::atomic_fetch_or (volatile __atomic_base< _ITp > *__a, _ITp __i)
-
template<typename _ITp > _ITp std::atomic_fetch_or_explicit (__atomic_base< _ITp > *__a, _ITp __i, memory_order __m)
-
template<typename _ITp > _ITp std::atomic_fetch_or_explicit (volatile __atomic_base< _ITp > *__a, _ITp __i, memory_order __m)
-
void * std::atomic_fetch_sub (atomic_address *__a, ptrdiff_t __d)
-
template<typename _ITp > _ITp std::atomic_fetch_sub (volatile __atomic_base< _ITp > *__a, _ITp __i)
-
void * std::atomic_fetch_sub (volatile atomic_address *__a, ptrdiff_t __d)
-
template<typename _ITp > _ITp std::atomic_fetch_sub (__atomic_base< _ITp > *__a, _ITp __i)
-
void * std::atomic_fetch_sub_explicit (volatile atomic_address *__a, ptrdiff_t __d, memory_order __m)
-
void * std::atomic_fetch_sub_explicit (atomic_address *__a, ptrdiff_t __d, memory_order __m)
-
template<typename _ITp > _ITp std::atomic_fetch_sub_explicit (__atomic_base< _ITp > *__a, _ITp __i, memory_order __m)
-
template<typename _ITp > _ITp std::atomic_fetch_sub_explicit (volatile __atomic_base< _ITp > *__a, _ITp __i, memory_order __m)
-
template<typename _ITp > _ITp std::atomic_fetch_xor (__atomic_base< _ITp > *__a, _ITp __i)
-
template<typename _ITp > _ITp std::atomic_fetch_xor (volatile __atomic_base< _ITp > *__a, _ITp __i)
-
template<typename _ITp > _ITp std::atomic_fetch_xor_explicit (volatile __atomic_base< _ITp > *__a, _ITp __i, memory_order __m)
-
template<typename _ITp > _ITp std::atomic_fetch_xor_explicit (__atomic_base< _ITp > *__a, _ITp __i, memory_order __m)
-
void std::atomic_flag_clear (atomic_flag *__a)
-
void std::atomic_flag_clear (volatile atomic_flag *__a)
-
void std::atomic_flag_clear_explicit (volatile atomic_flag *__a, memory_order __m)
-
void std::atomic_flag_clear_explicit (atomic_flag *__a, memory_order __m)
-
bool std::atomic_flag_test_and_set (atomic_flag *__a)
-
bool std::atomic_flag_test_and_set (volatile atomic_flag *__a)
-
bool std::atomic_flag_test_and_set_explicit (volatile atomic_flag *__a, memory_order __m)
-
bool std::atomic_flag_test_and_set_explicit (atomic_flag *__a, memory_order __m)
-
template<typename _ITp > void std::atomic_init (volatile __atomic_base< _ITp > *__a, _ITp __i)
-
void std::atomic_init (volatile atomic_address *__a, void *__v)
-
template<typename _ITp > void std::atomic_init (__atomic_base< _ITp > *__a, _ITp __i)
-
void std::atomic_init (atomic_address *__a, void *__v)
-
void std::atomic_init (atomic_bool *__a, bool __b)
-
void std::atomic_init (volatile atomic_bool *__a, bool __b)
-
template<typename _ITp > bool std::atomic_is_lock_free (const __atomic_base< _ITp > *__a)
-
template<typename _ITp > bool std::atomic_is_lock_free (const volatile __atomic_base< _ITp > *__a)
-
bool std::atomic_is_lock_free (const atomic_address *__a)
-
bool std::atomic_is_lock_free (const volatile atomic_bool *__a)
-
bool std::atomic_is_lock_free (const atomic_bool *__a)
-
bool std::atomic_is_lock_free (const volatile atomic_address *__a)
-
bool std::atomic_load (const volatile atomic_bool *__a)
-
void * std::atomic_load (const atomic_address *__a)
-
template<typename _ITp > _ITp std::atomic_load (const volatile __atomic_base< _ITp > *__a)
-
template<typename _ITp > _ITp std::atomic_load (const __atomic_base< _ITp > *__a)
-
void * std::atomic_load (const volatile atomic_address *__a)
-
bool std::atomic_load (const atomic_bool *__a)
-
bool std::atomic_load_explicit (const atomic_bool *__a, memory_order __m)
-
void * std::atomic_load_explicit (const atomic_address *__a, memory_order __m)
-
template<typename _ITp > _ITp std::atomic_load_explicit (const volatile __atomic_base< _ITp > *__a, memory_order __m)
-
void * std::atomic_load_explicit (const volatile atomic_address *__a, memory_order __m)
-
template<typename _ITp > _ITp std::atomic_load_explicit (const __atomic_base< _ITp > *__a, memory_order __m)
-
bool std::atomic_load_explicit (const volatile atomic_bool *__a, memory_order __m)
-
void std::atomic_store (atomic_address *__a, void *__v)
-
void std::atomic_store (volatile atomic_address *__a, void *__v)
-
template<typename _ITp > void std::atomic_store (__atomic_base< _ITp > *__a, _ITp __i)
-
void std::atomic_store (volatile atomic_bool *__a, bool __i)
-
template<typename _ITp > void std::atomic_store (volatile __atomic_base< _ITp > *__a, _ITp __i)
-
void std::atomic_store (atomic_bool *__a, bool __i)
-
void std::atomic_store_explicit (atomic_address *__a, void *__v, memory_order __m)
-
template<typename _ITp > void std::atomic_store_explicit (volatile __atomic_base< _ITp > *__a, _ITp __i, memory_order __m)
-
void std::atomic_store_explicit (volatile atomic_address *__a, void *__v, memory_order __m)
-
void std::atomic_store_explicit (atomic_bool *__a, bool __i, memory_order __m)
-
template<typename _ITp > void std::atomic_store_explicit (__atomic_base< _ITp > *__a, _ITp __i, memory_order __m)
-
void std::atomic_store_explicit (volatile atomic_bool *__a, bool __i, memory_order __m)
Detailed Description
This is a Standard C++ Library header.
Definition in file atomic.