Like Glib::Mutex, but can be defined at compile time.
More...
#include <glibmm/thread.h>
Like Glib::Mutex, but can be defined at compile time.
Use GLIBMM_STATIC_MUTEX_INIT
to initialize a StaticMutex:
Like Glib::Mutex, but can be defined at compile time.
Definition: thread.h:396
#define GLIBMM_STATIC_MUTEX_INIT
Initializer macro for Glib::StaticMutex.
Definition: thread.h:417
A StaticMutex can be used without calling Glib::thread_init(), it will silently do nothing then. That will also work when using the implicit conversion to Mutex&, thus you can safely use Mutex::Lock with a StaticMutex.
- Deprecated:
- Use Glib::Threads::Mutex instead, which can be used statically.
◆ gobj()
GStaticMutex * Glib::StaticMutex::gobj |
( |
| ) |
|
|
inline |
◆ lock()
void Glib::StaticMutex::lock |
( |
| ) |
|
◆ operator Mutex &()
Glib::StaticMutex::operator Mutex & |
( |
| ) |
|
◆ trylock()
bool Glib::StaticMutex::trylock |
( |
| ) |
|
◆ unlock()
void Glib::StaticMutex::unlock |
( |
| ) |
|
◆ GLIBMM_STATIC_MUTEX_INIT
#define GLIBMM_STATIC_MUTEX_INIT { G_STATIC_MUTEX_INIT } |
|
related |