[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGLib2' (#lcl)

TGCond

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazglib2.pas line 1932

type TGCond = object

  p: gpointer;

  

  i: ;

  

  procedure broadcast;

  

  procedure clear;

  

  procedure init;

  

  procedure signal;

  

  procedure wait();

  

  function wait_until();

  

end;

Inheritance

TGCond