Source position: gthread.inc line 75
type TGStaticRWLock = record
mutex: TGStaticMutex;
read_cond: PGCond;
write_cond: PGCond;
read_counter: guint;
write: gboolean;
want_to_read: guint;
want_to_write: guint;
end;