Condy v1.3.0
C++ Asynchronous System Call Layer for Linux
Loading...
Searching...
No Matches
futex-semaphore.cpp File Reference

Implementation of semaphore and mutex using futexes with Condy. More...

#include <atomic>
#include <cassert>
#include <condy.hpp>
#include <cstdio>
#include <linux/futex.h>
#include <queue>
#include <thread>
#include <unistd.h>

Go to the source code of this file.

Detailed Description

Implementation of semaphore and mutex using futexes with Condy.

Definition in file futex-semaphore.cpp.