Type specifying a bit in an uint64_t
More...
Type specifying a bit in an uint64_t
Definition at line 200 of file atomic_utils.h.
#include <atomic_utils.h>
Data Fields | |
uint64_t * | dest |
Memory containing the bit to set/clear. | |
uint64_t | mask |
Bitmask used for setting the bit. | |