A lock-free, primitive atomic flag. More...
#include <mbed_atomic.h>
A lock-free, primitive atomic flag.
Emulate C11's atomic_flag. The flag is initially in an indeterminate state unless explicitly initialized with CORE_UTIL_ATOMIC_FLAG_INIT.
Definition at line 115 of file mbed_atomic.h.