UniSet 2.32.1
|
Открытые члены | |
uniset_rwmutex (const std::string &name) | |
void | lock () |
void | unlock () |
void | wrlock () |
void | rlock () |
bool | try_lock () |
bool | try_rlock () |
bool | try_wrlock () |
uniset_rwmutex (const uniset_rwmutex &r)=delete | |
uniset_rwmutex & | operator= (const uniset_rwmutex &r)=delete |
uniset_rwmutex (uniset_rwmutex &&r)=default | |
uniset_rwmutex & | operator= (uniset_rwmutex &&r)=default |
std::string | name () const |
void | setName (const std::string &name) |
Друзья | |
class | uniset_rwmutex_lock |