join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
mutex.hpp File Reference
#include <pthread.h>
Include dependency graph for mutex.hpp:
This graph shows which files directly or indirectly include this file:

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