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