Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_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
 

Detailed Description

Definition at line 204 of file deprecated/gthread.h.

Field Documentation

◆ have_writer

gboolean _GStaticRWLock::have_writer

Definition at line 211 of file deprecated/gthread.h.

◆ mutex

GStaticMutex _GStaticRWLock::mutex

Definition at line 207 of file deprecated/gthread.h.

◆ read_cond

GCond* _GStaticRWLock::read_cond

Definition at line 208 of file deprecated/gthread.h.

◆ read_counter

guint _GStaticRWLock::read_counter

Definition at line 210 of file deprecated/gthread.h.

◆ want_to_read

guint _GStaticRWLock::want_to_read

Definition at line 212 of file deprecated/gthread.h.

◆ want_to_write

guint _GStaticRWLock::want_to_write

Definition at line 213 of file deprecated/gthread.h.

◆ write_cond

GCond* _GStaticRWLock::write_cond

Definition at line 209 of file deprecated/gthread.h.


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