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

timespec

Time interval for the NanoSleep function.

Declaration

Source position: oldlinux.pp line 193

type timespec = packed record

  tv_sec: LongInt;

  

Number of seconds

  tv_nsec: LongInt;

  

Number of nanoseconds

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.