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

Go to the source code of this file.

Classes

class  join::Futex
 Futex-based mutex for intra-process locking. More...
 
class  join::SharedFutex
 Futex-based mutex suitable for inter-process locking via shared memory. More...
 

Namespaces

namespace  join