[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Time interval for the NanoSleep function.
Source position: oldlinux.pp line 193
type timespec = packed record |
||
tv_sec: LongInt; |
|
Number of seconds |
tv_nsec: LongInt; |
|
Number of nanoseconds |
end; |
lazarus-ccr.sourceforge.net |