Friedrich-Alexander-Universität Erlangen-Nürnberg  /   Technische Fakultät  /   Department Informatik
guarded.h File Reference

Guarded, an interface to secure critical sections More...

#include "interrupt/guard.h"
Include dependency graph for guarded.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Guarded, an interface to secure critical sections