Guarded, an interface to secure critical sections More...
#include "interrupt/guard.h"Classes | |
| class | Guarded |
| A handy interface to protect critical sectionsThis exploits the way how the C++ compiler automatically creates constructor and destructor calls in the code, especially when the scope in which an object was declared is left. More... | |
Guarded, an interface to secure critical sections