Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gthread.h>
Data Fields | ||
GStaticMutex | mutex | |
guint | depth | |
union { | ||
pthread_t owner | ||
gdouble dummy | ||
} | unused | |
Definition at line 161 of file deprecated/gthread.h.
guint _GStaticRecMutex::depth |
Definition at line 165 of file deprecated/gthread.h.
gdouble _GStaticRecMutex::dummy |
Definition at line 175 of file deprecated/gthread.h.
GStaticMutex _GStaticRecMutex::mutex |
Definition at line 164 of file deprecated/gthread.h.
pthread_t _GStaticRecMutex::owner |
Definition at line 173 of file deprecated/gthread.h.
union { ... } _GStaticRecMutex::unused |