mbed-os/platform/internal
Kevin Bracey 2bb40450ec Add non-volatile atomic loads and stores
Volatile makes no real difference when we're using assembler, or locked
functions, but leaving it off could be more efficient for the basic
loads and stores. So add non-volatile overloads in C++ for them.
2019-04-26 13:12:35 +03:00
..
mbed_atomic_impl.c Assembler atomics 2019-04-26 13:12:35 +03:00
mbed_atomic_impl.h Add non-volatile atomic loads and stores 2019-04-26 13:12:35 +03:00