Like Glib::RecMutex, but can be defined at compile time.  
 More...
#include <glibmm/thread.h>
Like Glib::RecMutex, but can be defined at compile time. 
Use GLIBMM_STATIC_REC_MUTEX_INIT to initialize a StaticRecMutex: 
 A StaticRecMutex can be used without calling Glib::thread_init(), it will silently do nothing then. That will also work when using the implicit conversion to RecMutex&, thus you can safely use RecMutex::Lock with a StaticRecMutex.
- Deprecated:
- Use Glib::Threads::RecMutex instead, which can be used statically. 
  
  | 
        
          | GStaticRecMutex* Glib::StaticRecMutex::gobj | ( |  | ) |  |  | inline | 
 
 
      
        
          | void Glib::StaticRecMutex::lock | ( |  | ) |  | 
      
 
 
      
        
          | void Glib::StaticRecMutex::lock_full | ( | unsigned int | depth | ) |  | 
      
 
 
      
        
          | Glib::StaticRecMutex::operator RecMutex& | ( |  | ) |  | 
      
 
 
      
        
          | bool Glib::StaticRecMutex::trylock | ( |  | ) |  | 
      
 
 
      
        
          | void Glib::StaticRecMutex::unlock | ( |  | ) |  | 
      
 
 
      
        
          | unsigned int Glib::StaticRecMutex::unlock_full | ( |  | ) |  | 
      
 
 
  
  | 
        
          | #define GLIBMM_STATIC_REC_MUTEX_INIT   { G_STATIC_REC_MUTEX_INIT } |  | related |