SYNOPSIS top
No synopsis found.
No synopsis found.
#include <omni/sync/semaphore.hpp>
omni::semaphore::explicit semaphore(unsigned long maxent)
omni::semaphore::~semaphore()
const omni::semaphore_t omni::semaphore::handle()
unsigned long omni::semaphore::locked()
unsigned long omni::semaphore::max_ent()
unsigned long omni::semaphore::open()
unsigned long omni::semaphore::release()
bool omni::semaphore::trywait()
bool omni::semaphore::wait()
bool omni::semaphore::operator!=(const omni::semaphore& o)
bool omni::semaphore::operator==(const omni::semaphore& o)