|
join 1.0
lightweight network framework library
|
#include <pthread.h>

Go to the source code of this file.
Classes | |
| class | join::Mutex |
| class used to protect shared data from being simultaneously accessed by multiple threads. More... | |
| class | join::RecursiveMutex |
| class used to protect shared data from being simultaneously accessed by multiple threads. More... | |
| class | join::SharedMutex |
| class used to protect shared data from being simultaneously accessed by multiple process via a shared memory. More... | |
| class | join::ScopedLock< Lockable > |
| class owning a mutex for the duration of a scoped block. More... | |
Namespaces | |
| namespace | join |