SYNOPSIS top
No synopsis found.
No synopsis found.
#include <omni/sync/binary_semaphore.hpp>
omni::binary_semaphore::explicit binary_semaphore(bool initialy_owned)
omni::binary_semaphore::~binary_semaphore()
const omni::semaphore_t omni::binary_semaphore::handle()
bool omni::binary_semaphore::lock()
bool omni::binary_semaphore::locked()
bool omni::binary_semaphore::trylock()
bool omni::binary_semaphore::unlock()
bool omni::binary_semaphore::operator!=(const omni::binary_semaphore& o)
bool omni::binary_semaphore::operator==(const omni::binary_semaphore& o)