nanosleep returning early

M. Warner Losh imp at bsdimp.com
Sat Jul 24 15:44:57 PDT 2004


In message: <20040721220405.Y2346 at epsplex.bde.org>
            Bruce Evans <bde at zeta.org.au> writes:
: The monotonic clock can also be adjusted by NTP, and normally is if there
: are any NTP adjustments at all (the uptime and the time use the same
: timecounter which is adjusted by NTP).  NTP's adjustments are only limited
: to CLOCK_REALTIME when NTP steps the clock for initialization.  Stepping
: the clock causes other time warps and should never be used.

ntp's frequency adjustments are applied to both, for the reasons you
state.  ntp's phase adjustments are done only to the 'boottime' which
is adjusted, from time to time, and added to the uptime to get the
current time.  uptime is what is returned by CLOCK_MONOTONIC.

ntp's frequency adjustments are tiny and are designed so that one SI
second really takes one second, not 1+-epsiolon seconds that the
timing hardware may have believed it actually took.

Warner


More information about the freebsd-current mailing list