_GStaticMutex Struct Reference

#include <glibconfig.h>

Data Fields

_GMutex *  runtime_mutex
union {
   char   pad [24]
   double   dummy_double
   void *   dummy_pointer
   long   dummy_long
static_mutex

Field Documentation

double _GStaticMutex::dummy_double
 
long _GStaticMutex::dummy_long
 
void* _GStaticMutex::dummy_pointer
 
char _GStaticMutex::pad[24]
 
struct _GMutex* _GStaticMutex::runtime_mutex
 
union { ... } _GStaticMutex::static_mutex
 

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

Copyright © Nokia Corporation 2001-2008
Back to top