#include "threading/semaphore.h"#include <iostream>#include <cstdlib>#include <cassert>#include <cerrno>#include <sys/time.h>#include <pthread.h>Macros | |
| #define | UNUSED(expr) |
| #define UNUSED | ( | expr | ) |
Referenced by Semaphore::Semaphore(), Semaphore::~Semaphore(), Semaphore::post(), and Semaphore::wait().