#include "fast_mutex.h"
Include dependency graph for object_level_lock.h:
Go to the source code of this file.
Classes | |
class | object_level_lock< _Host > |
Helper class for class-level locking. More... | |
class | object_level_lock< _Host >::lock |
Type that provides locking/unlocking semantics. More... |
Check also Andrei Alexandrescu's article "Multithreading and the C++ Type System" for the ideas behind.