![]() |
![]() |
Inheritance diagram for Glib::StaticRecMutex:
Public Member Functions | |
void | lock () |
bool | trylock () |
void | unlock () |
void | lock_full (unsigned int depth) |
unsigned int | unlock_full () |
operator RecMutex& () | |
GStaticRecMutex* | gobj () |
Related Functions | |
(Note that these are not member functions.) | |
GLIBMM_STATIC_REC_MUTEX_INIT | |
Initializer macro for Glib::StaticRecMutex. |
Use GLIBMM_STATIC_REC_MUTEX_INIT
to initialize a StaticRecMutex:
void Glib::StaticRecMutex::lock | ( | ) |
bool Glib::StaticRecMutex::trylock | ( | ) |
void Glib::StaticRecMutex::unlock | ( | ) |
void Glib::StaticRecMutex::lock_full | ( | unsigned int | depth | ) |
unsigned int Glib::StaticRecMutex::unlock_full | ( | ) |
Glib::StaticRecMutex::operator RecMutex& | ( | ) |
GStaticRecMutex* Glib::StaticRecMutex::gobj | ( | ) | [inline] |
GLIBMM_STATIC_REC_MUTEX_INIT [related] |
Initializer macro for Glib::StaticRecMutex.