头文件位置:bionic/libc/include/

stdint.h (基本数据类型)

stdatomic.h (原子操作)

55 #define _Atomic(t) std::atomic<t>
290 typedef _Atomic(uintptr_t)              atomic_uintptr_t;

324 #define atomic_load_explicit(object, order)                             \
325         __c11_atomic_load(object, order)    //__c11_atomic_load为gcc编译器的内建函数

0 条评论

发表回复

您的电子邮箱地址不会被公开。