Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

TSignalSemaphore

Declaration

Source position: exec.pas line 878

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: 2021-07-30