|
sprint 1-alpha
|
implement a cross platform Inter-Process Comunication mutex More...
Go to the source code of this file.
Classes | |
| class | sprint::ipc::mutex |
| a shared mutex More... | |
Namespaces | |
| namespace | sprint |
Sprint is a lightweight c++ library to handle different task with crossplatform attention (trying to compile both on MSVC and Mingw on WIn32 and GCC on Linux. | |
| namespace | sprint::ipc |
inter-process comunication | |
Enumerations | |
| enum | lock_policy { read, write } |
Functions | |
| mutex * | sprint::ipc::open_mutex (const char *name) |
| crea un mutex thread safe | |
| mutex * | sprint::ipc::open_fast_mutex (const char *name) |
| crea un mutex at least process safe | |
implement a cross platform Inter-Process Comunication mutex
1.7.4