omni::semaphore
NAME

omni::semaphore

A class of omni

SYNOPSIS top

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)

DESCRIPTION top

No description found.

EXAMPLE top
Currently no examples.
Visit the examples page for more.

RETURN VALUES top

No return value.

ERRORS top

No errors specific to this context.

CONSIDERATIONS top

No extra considerations.

PLATFORM SPECIFIC top

Nothing platform specific to account for.

NOTES top

No additional notes.