Unit 'EXEC' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tSignalSemaphore

Declaration

Source position: exec.pas line 827

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