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