[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'oldlinux' (#rtl)

timespec

Time interval for the NanoSleep function.

Declaration

Source position: linuxold.inc line 193

type timespec = packed record

  tv_sec: LongInt;

  

Number of seconds

  tv_nsec: LongInt;

  

Number of nanoseconds

end;