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