#include <atomicdflt.h>Go to the source code of this file.
Defines | |
| #define | atomic_predec(val) (atomic_postdec(val) - 1) |
| #define | atomic_preinc(val) (atomic_postinc(val) + 1) |
| #define | LIBC_ARCH_ATOMIC_H_ |
Functions | |
| static void | atomic_dec (atomic_t *val) |
| static void | atomic_inc (atomic_t *val) |
| static atomic_count_t | atomic_postdec (atomic_t *val) |
| static atomic_count_t | atomic_postinc (atomic_t *val) |
Definition in file atomic.h.
1.4.7