NAME
A class of omni::sync
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)