![]() |
L4Re Operating System Framework
Interface and Usage Documentation
|
Lock guard implementation. More...
#include <pthread.h>
#include <stdlib.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. | |
Lock guard implementation.
Definition in file lock_guard.h.