Unit 'Exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#arosunits]

TSignalSemaphore

Declaration

Source position: exec.pas line 898

type TSignalSemaphore = record

  ss_Link: TNode;

  ss_NestCount: SmallInt;

  ss_WaitQueue: TMinList;

  ss_MultipleLink: TSemaphoreRequest;

  ss_Owner: PTask;

  ss_QueueCount: SmallInt;

end;


Documentation generated on: 2023-03-18