#include <stdint.h>
#include <bool.h>
Go to the source code of this file.
Data Structures | |
struct | atomic |
Functions | |
static atomic_count_t | atomic_get (atomic_t *val) |
static void | atomic_set (atomic_t *val, atomic_count_t i) |
static bool | cas (atomic_t *val, atomic_count_t ov, atomic_count_t nv) |
Definition in file atomicdflt.h.