logo top
Main Page   Widgets   glibmm Namespaces   Book  

Glib::StaticRecMutex Struct Reference
[Threads]

Like Glib::RecMutex, but can be defined at compile time. More...

Inheritance diagram for Glib::StaticRecMutex:

Inheritance graph
[legend]
List of all members.

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.

Detailed Description

Like Glib::RecMutex, but can be defined at compile time.

Use GLIBMM_STATIC_REC_MUTEX_INIT to initialize a StaticRecMutex:

 Glib::StaticRecMutex mutex = GLIBMM_STATIC_REC_MUTEX_INIT;
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.


Member Function Documentation

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]


Friends And Related Function Documentation

GLIBMM_STATIC_REC_MUTEX_INIT [related]

Initializer macro for Glib::StaticRecMutex.


The documentation for this struct was generated from the following file:

Generated for glibmm 2.4 by Doxygen 1.5.1 © 1997-2001