![]() |
![]() |
Use GLIBMM_STATIC_RW_LOCK_INIT
to initialize a StaticRWLock:
Glib::StaticRWLock rw_lock = GLIBMM_STATIC_RW_LOCK_INIT;
Public Member Functions | |
void | reader_lock () |
bool | reader_trylock () |
void | reader_unlock () |
void | writer_lock () |
bool | writer_trylock () |
void | writer_unlock () |
operator RWLock& () | |
GStaticRWLock* | gobj () |
Related Functions | |
(Note that these are not member functions.) | |
GLIBMM_STATIC_RW_LOCK_INIT | |
Initializer macro for Glib::StaticRWLock. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initializer macro for Glib::StaticRWLock.
|