File mutex.hpp¶
All templated types in this namespaces are elementary types: int, double, float, char*, …
Typedefs
- #include <mutex.hpp>
Public Functions
A Mutex accessible to several processes via the shared memory The mutex is cleaned from the shared memory on destruction if clean_memory_on_destruction is true (the default)
lock the mutex
unlock the mutex
Public Static Functions
Private Members
- friend Lock
- #include <mutex.hpp>