Implementation-specific structure holding an atomic object. More...
#include <atomic.h>
Data Fields | |
| atomic_value_t | value |
| The value of the atomic object. Do not access directly. | |
Implementation-specific structure holding an atomic object.
Do not rely on this structure. Use atomic_t instead.
Definition at line 61 of file atomic.h.
The value of the atomic object. Do not access directly.
Definition at line 63 of file atomic.h.
Referenced by atomic_add(), atomic_read(), atomic_sub(), and atomic_write().
1.6.3