Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
tbb::atomic< T > Member List
This is the complete list of members for
tbb::atomic< T >
, including all inherited members.
atomic
()=default
tbb::atomic< T >
atomic
(T arg)
tbb::atomic< T >
inline
atomic_impl
()=default
tbb::internal::atomic_impl< T >
atomic_impl
(value_type value)
tbb::internal::atomic_impl< T >
inline
compare_and_swap
(value_type value, value_type comparand)
tbb::internal::atomic_impl< T >
inline
compare_and_swap
(value_type value, value_type comparand)
tbb::internal::atomic_impl< T >
inline
fetch_and_store
(value_type value)
tbb::internal::atomic_impl< T >
inline
fetch_and_store
(value_type value)
tbb::internal::atomic_impl< T >
inline
load
() const
tbb::internal::atomic_impl< T >
inline
load
() const
tbb::internal::atomic_impl< T >
inline
my_storage
tbb::internal::atomic_impl< T >
protected
operator value_type
() const volatile
tbb::internal::atomic_impl< T >
inline
operator=
(T rhs)
tbb::atomic< T >
inline
operator=
(const atomic< T > &rhs)
tbb::atomic< T >
inline
store
(value_type value)
tbb::internal::atomic_impl< T >
inline
store
(value_type value)
tbb::internal::atomic_impl< T >
inline
store_with_release
(value_type rhs)
tbb::internal::atomic_impl< T >
inline
protected
value_type
typedef
tbb::internal::atomic_impl< T >
Copyright © 2005-2019 Intel Corporation. All Rights Reserved.
Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.
* Other names and brands may be claimed as the property of others.