Mbed OS Reference
Loading...
Searching...
No Matches
core_util_atomic_flag Struct Reference

A lock-free, primitive atomic flag. More...

#include <mbed_atomic.h>

Detailed Description

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 118 of file mbed_atomic.h.