Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

core_util_atomic_flag Struct Reference

core_util_atomic_flag Struct Reference
[atomic functions]

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