Unit 'glib2' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#gtk2]

TGStaticRWLock

Declaration

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;


Documentation generated on: 2023-03-18