Searched defs:atom (Results 1 – 1 of 1) sorted by relevance
5 #define atomic_inc(atom) (*atom)++ argument6 #define atomic_dec(atom) (*atom)-- argument7 #define atomic_read(atom) (*atom) argument