Home
last modified time | relevance | path

Searched defs:atom (Results 1 – 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/arch/
Datomic.h50 #define atomic_inc(atom) LOS_AtomicInc(atom) argument
51 #define atomic_dec(atom) LOS_AtomicDec(atom) argument
54 #define atomic_read(atom) (*((volatile typeof(atom))(atom))) argument