L4Re Operating System Framework
Interface and Usage Documentation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
lock_guard.h File Reference

Lock guard implementation. More...

#include <pthread.h>
#include <stdlib.h>
+ Include dependency graph for lock_guard.h:

Go to the source code of this file.

Data Structures

class  L4::Lock_guard
 Basic lock guard implementation that prevents forgotten unlocks on exit paths from a method or a block of code. More...
 

Namespaces

namespace  L4
 L4 low-level kernel interface.
 

Detailed Description

Lock guard implementation.

Definition in file lock_guard.h.