Mark3 Realtime Kernel
criticalguard.h File Reference

RAII Critical Section Implementation. More...

#include "mark3cfg.h"
#include "criticalsection.h"

Go to the source code of this file.

Classes

class  Mark3::CriticalGuard
 The CriticalGuard class. This class provides an implemention of RAII for critical sections. Object creation results in a critical section being invoked. The subsequent destructor call results in the critical section being released. More...
 

Namespaces

 Mark3
 

Detailed Description

RAII Critical Section Implementation.

Definition in file criticalguard.h.