#include <atomicops.h>
Public Member Functions | |
AE_FORCEINLINE T | fetch_add_acquire (T increment) AE_NO_TSAN |
AE_FORCEINLINE T | fetch_add_release (T increment) AE_NO_TSAN |
AE_FORCEINLINE T | load () const AE_NO_TSAN |
AE_FORCEINLINE | operator T () const AE_NO_TSAN |
template<typename U > | |
AE_FORCEINLINE weak_atomic const & | operator= (U &&x) AE_NO_TSAN |
AE_FORCEINLINE weak_atomic const & | operator= (weak_atomic const &other) AE_NO_TSAN |
AE_NO_TSAN | weak_atomic () |
template<typename U > | |
AE_NO_TSAN | weak_atomic (U &&x) |
AE_NO_TSAN | weak_atomic (weak_atomic const &other) |
AE_NO_TSAN | weak_atomic (weak_atomic &&other) |
Private Attributes | |
std::atomic< T > | value |
Definition at line 238 of file atomicops.h.
|
inline |
Definition at line 241 of file atomicops.h.
|
inline |
Definition at line 246 of file atomicops.h.
|
inline |
Definition at line 251 of file atomicops.h.
|
inline |
Definition at line 252 of file atomicops.h.
|
inline |
Definition at line 309 of file atomicops.h.
|
inline |
Definition at line 314 of file atomicops.h.
|
inline |
Definition at line 307 of file atomicops.h.
|
inline |
Definition at line 257 of file atomicops.h.
|
inline |
Definition at line 295 of file atomicops.h.
|
inline |
Definition at line 301 of file atomicops.h.
|
private |
Definition at line 327 of file atomicops.h.