Expand description
Sleep, query system clocks, and set system clock
Structs§
- Clock identifier
- Flags that are used for arming the timer.
Functions§
- Get the clock id of the specified process id, (see clock_getcpuclockid(3)).
- Get the resolution of the specified clock, (see clock_getres(2)).
- Get the time of the specified clock, (see clock_gettime(2)).
- Suspend execution of this thread for the amount of time specified by
request
and measured against the clock speficied byclock_id
. - Set the time of the specified clock, (see clock_settime(2)).