Time
Relative sleeping and Linux clock access.
Module: Linux
| Function | Description |
|---|---|
ClockGetTime | Read a Linux clock. |
Nanosleep | Suspend for a relative interval. |
Both functions use Timespec. Use CLOCK_MONOTONIC for interval measurement and CLOCK_REALTIME for wall-clock time.