atomic_t Struct Reference

atomic_t defined as a struct to easily catch non atomic operations on it. More...

#include <atomic_common.h>


Detailed Description

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.


The documentation for this struct was generated from the following file: