#include "Util/log.H"
#include <cerrno>
#include <pthread.h>
#include <semaphore.h>
Go to the source code of this file.
Classes | |
class | PosixSemaphore |
Wrapper around posix sem_t semaphore. More... | |
class | CondVarSemaphore |
Typedefs | |
typedef PosixSemaphore | Semaphore |
Definition in file Semaphore.H.