omni::sync::semaphore
NAME

omni::sync::semaphore

A class of omni::sync

#include <omni/sync/semaphore.hpp>
semaphore
omni::sync::semaphore::semaphore()
omni::sync::semaphore::~semaphore()
const omni::sync::semaphore_t omni::sync::semaphore::handle()
unsigned long omni::sync::semaphore::locked()
unsigned long omni::sync::semaphore::max_ent()
unsigned long omni::sync::semaphore::open()
inline unsigned long omni::sync::semaphore::release()
unsigned long omni::sync::semaphore::release_all()
bool omni::sync::semaphore::trywait()
bool omni::sync::semaphore::wait()
bool omni::sync::semaphore::operator!=(const omni::sync::semaphore& o)
bool omni::sync::semaphore::operator==(const omni::sync::semaphore& o)

SYNOPSIS

No synopsis found.

top

DESCRIPTION

No description found.

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

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

top