| [Overview][Constants][Types][Procedures and functions][Index] | 
Set the time of a clock
Source position: linux.pp line 472
function clock_settime(  | 
clk_id: clockid_t;  | 
tp: ptimespec  | 
):cint;  | 
clock_settime sets the current time of the clock specified in clk_id. The time is specified in the tp structure. If the clock exists and the time can be retrieved, 0 is returned. The resolution is truncated to the resolution supported by the specified clock. Note that not all clocks can be set.
On Error, -1 is returned. fpgeterrno can be used to get more detailed error information.
  | 
Get clock resolution  | 
|
  | 
Get the time of a clock  |