|
join 1.0
lightweight network framework library
|
#include <join/mutex.hpp>#include <sys/syscall.h>#include <linux/futex.h>#include <unistd.h>#include <atomic>

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 |