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