#include "threading/semaphore.h"
#include <iostream>
#include <cstdlib>
#include <cassert>
#include <cerrno>
#include <sys/time.h>
#include <pthread.h>
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().