atomic_t defined as a struct to easily catch non atomic operations on it. More...
#include <atomic_common.h>
atomic_t defined as a struct to easily catch non atomic operations on it, e.g. atomic_t foo; foo++ will generate a compile error.
Definition at line 52 of file atomic_common.h.
1.7.1