join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
semaphore.hpp File Reference
#include <join/error.hpp>
#include <join/utils.hpp>
#include <chrono>
#include <semaphore.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <climits>
Include dependency graph for semaphore.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  join::Semaphore
 class used to protect shared data from being simultaneously accessed by multiple threads. More...
 
class  join::SharedSemaphore
 class used to protect shared data from being simultaneously accessed by multiple process via a shared memory. More...
 

Namespaces

namespace  join