SYNOPSIS
No synopsis found.
top
No synopsis found.
#include <omni/sync/semaphore.hpp>
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)
top