RTEMS CPU Kit with SuperCore  4.11.2
Macros
atomic.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define atomic_t   int
 
#define atomic_inc(atom)   (*atom)++
 
#define atomic_dec(atom)   (*atom)--
 
#define atomic_read(atom)   (*atom)