*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> setclock (3)              
Title
Content
Arch
Section
 

setclock(3)

Contents


NAME    [Toc]    [Back]

       setclock - Set value of system-wide clock

SYNOPSIS    [Toc]    [Back]

       #include <sys/timers.h>

       int setclock(
               int clktyp,
               struct timespec *val );

LIBRARY    [Toc]    [Back]

       Standard C Library (libc)

PARAMETERS    [Toc]    [Back]

       Specifies  a system-wide clock whose symbolic name must be
       TIMEOFDAY.  Points to the location where the value of  the
       time to set into the clock specified by the clktyp parameter
 is stored.

DESCRIPTION    [Toc]    [Back]

       The setclock() function sets a time value into the systemwide
  clock whose symbolic name is specified by the clktyp
       parameter,  which  must  be  TIMEOFDAY,  defined  in   the
       sys/timers.h header file.

       The  source of the current value of time set into the system-wide
 time-of-day clock by this function is  stored  in
       space  reserved by a type timespec structure pointed to by
       the val parameter.  This time information is the amount of
       time  since the epoch. The epoch is referenced to 00:00:00
       GMT (Greenwich Mean Time) 1 Jan 1970. The timespec  structure,
  which  is  also  defined in the sys/timers.h header
       file has the following members:



                                                      setclock(3)
[ Back ]
 Similar pages
Name OS Title
stime Tru64 Set the system-wide time-of-day clock
getclock Tru64 Get current value of system-wide clock
getnanouptime OpenBSD system clock
nanotime OpenBSD system clock
microuptime OpenBSD system clock
getnanotime OpenBSD system clock
getmicrouptime OpenBSD system clock
microtime OpenBSD system clock
getmicrotime OpenBSD system clock
getbinuptime OpenBSD system clock
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service