_GStaticRWLock Struct Reference

#include <
gthread.h>

Data Fields

GStaticMutex mutex
GCondread_cond
GCondwrite_cond
guint read_counter
gboolean have_writer
guint want_to_read
guint want_to_write

Field Documentation

gboolean _GStaticRWLock::have_writer
 
GStaticMutex _GStaticRWLock::mutex
 
GCond* _GStaticRWLock::read_cond
 
guint _GStaticRWLock::read_counter
 
guint _GStaticRWLock::want_to_read
 
guint _GStaticRWLock::want_to_write
 
GCond* _GStaticRWLock::write_cond
 

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

Copyright © Nokia Corporation 2001-2008
Back to top