![]() |
Dataflow Runtime API
3.0.3.0
|
A RAII object that enters a critical region when created and leaves it when it goes out of scope again. More...
#include <Imt.Base.OS.EmbOS/CriticalRegion.h>
Public Member Functions | |
CriticalRegion (void) | |
Constructor. More... | |
virtual | ~CriticalRegion (void) |
Destructor. More... | |
A RAII object that enters a critical region when created and leaves it when it goes out of scope again.
imt::base::os::embos::CriticalRegion::CriticalRegion | ( | void | ) |
Constructor.
Enters the critcal region on creation.
|
virtual |
Destructor.
Leaves the critical region on desturction.