1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/cxx_ctor_guards
Marian Buschsieweke 6520db8ed9
sys/cxx_ctor_guards: Add guard for c++ ctors
For thread-safe calling of C++ constructs of statically allocated class
instances some platform support code is needed. This commit ads one
implementation compatible with g++.
2020-07-23 20:24:47 +02:00
..
cxa_guard.c sys/cxx_ctor_guards: Add guard for c++ ctors 2020-07-23 20:24:47 +02:00
doc.txt sys/cxx_ctor_guards: Add guard for c++ ctors 2020-07-23 20:24:47 +02:00
Makefile sys/cxx_ctor_guards: Add guard for c++ ctors 2020-07-23 20:24:47 +02:00