Mark3 Realtime Kernel
lockguard.h File Reference

Mutex RAII helper class. More...

#include "mark3.h"

Go to the source code of this file.

Classes

class  Mark3::LockGuard
 The LockGuard class. This class provides RAII locks based on Mark3's kernel Mutex object. Note that Mark3 does not support exceptions, so care must be taken to ensure that this object is only used where that constraint can be met. More...
 

Namespaces

 Mark3
 

Detailed Description

Mutex RAII helper class.

Definition in file lockguard.h.