#include "threading/semaphore.h"#include <iostream>#include <cstdlib>#include <cassert>#include <cerrno>#include <sys/time.h>#include <pthread.h>
Include dependency graph for semaphore.cpp:Macros | |
| #define | UNUSED(expr) do { (void)(expr); } while (0) |
| #define UNUSED | ( | expr | ) | do { (void)(expr); } while (0) |
Referenced by Semaphore::Semaphore(), Semaphore::~Semaphore(), Semaphore::post(), and Semaphore::wait().