PonyPlayer
|
#include <atomicops.h>
Public 成员函数 | |
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) |
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_FORCEINLINE T | load () const AE_NO_TSAN |
AE_FORCEINLINE T | fetch_add_acquire (T increment) AE_NO_TSAN |
AE_FORCEINLINE T | fetch_add_release (T increment) AE_NO_TSAN |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |