Unit 'sdl' Package
[Overview][Constants][Types][Procedures and functions][Index] [#sdl]

sem_t

Declaration

Source position: sdl.pas line 2177

type sem_t = record

  __sem_lock: __sem_lock_t;

  __sem_value: Integer;

  __sem_waiting: LongInt;

end;


Documentation generated on: 2023-03-18