NAME
A class of omni::sync
omni::sync::auto_lock
A class of omni::sync
#include <omni/sync/auto_lock.hpp>
auto_lock <omni::sync::mutex_t>
explicit auto_lock(omni::sync::mutex_t* m) omni::sync::auto_lock <omni::sync::mutex_t>:: m_hndl(m)()
omni::sync::auto_lock <omni::sync::mutex_t>::~auto_lock()
const omni::sync::mutex_t *const omni::sync::auto_lock <omni::sync::mutex_t>::handle()
void omni::sync::auto_lock <omni::sync::mutex_t>::lock()
bool omni::sync::auto_lock <omni::sync::mutex_t>::trylock()
void omni::sync::auto_lock <omni::sync::mutex_t>::unlock()
bool omni::sync::auto_lock <omni::sync::mutex_t>::operator!=(const auto_lock& o)
bool omni::sync::auto_lock <omni::sync::mutex_t>::operator==(const auto_lock& o)