Searched defs:atomic_read (Results 1 - 2 of 2) sorted by relevance

/external/qemu/include/qemu/
H A Datomic.h124 #ifndef atomic_read
125 #define atomic_read(ptr) (*(__typeof__(*ptr) *volatile) (ptr)) macro
156 typeof(*ptr) _val = atomic_read(ptr); \
/external/libunwind/include/
H A Dlibunwind_i.h162 #define atomic_read(ptr) (*(ptr)) macro

Completed in 324 milliseconds