Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gthread.h>
Data Fields | |
GStaticMutex | mutex |
GCond * | read_cond |
GCond * | write_cond |
guint | read_counter |
gboolean | have_writer |
guint | want_to_read |
guint | want_to_write |
Definition at line 204 of file deprecated/gthread.h.
gboolean _GStaticRWLock::have_writer |
Definition at line 211 of file deprecated/gthread.h.
GStaticMutex _GStaticRWLock::mutex |
Definition at line 207 of file deprecated/gthread.h.
GCond* _GStaticRWLock::read_cond |
Definition at line 208 of file deprecated/gthread.h.
guint _GStaticRWLock::read_counter |
Definition at line 210 of file deprecated/gthread.h.
guint _GStaticRWLock::want_to_read |
Definition at line 212 of file deprecated/gthread.h.
guint _GStaticRWLock::want_to_write |
Definition at line 213 of file deprecated/gthread.h.
GCond* _GStaticRWLock::write_cond |
Definition at line 209 of file deprecated/gthread.h.