|
Condy v1.3.0
C++ Asynchronous System Call Layer for Linux
|
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.
Implementation of semaphore and mutex using futexes with Condy.
Definition in file futex-semaphore.cpp.