[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Exec' (#aros)

TSignalSemaphore

Declaration

Source position: exec.pas line 844

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: 2017-01-10