#include <cerrno>
#include <cassert>
#include <type_traits>
#include <cstdint>
#include <ctime>
#include <atomic>
#include <utility>
浏览源代码.
◆ AE_ALIGN
#define AE_ALIGN |
( |
|
x | ) |
__attribute__((aligned(x))) |
◆ AE_ARCH_UNKNOWN
◆ AE_FORCEINLINE
#define AE_FORCEINLINE inline |
◆ AE_NO_TSAN
◆ AE_TSAN_ANNOTATE_ACQUIRE
#define AE_TSAN_ANNOTATE_ACQUIRE |
( |
| ) |
|
◆ AE_TSAN_ANNOTATE_RELEASE
#define AE_TSAN_ANNOTATE_RELEASE |
( |
| ) |
|
◆ AE_UNUSED
#define AE_UNUSED |
( |
|
x | ) |
((void)x) |
◆ AE_USE_STD_ATOMIC_FOR_WEAK_ATOMIC
#define AE_USE_STD_ATOMIC_FOR_WEAK_ATOMIC |