| HARDCLOCK(9) | Kernel Developer's Manual | HARDCLOCK(9) |
hardclock —
real-time timer
void
hardclock(struct
clockframe *frame);
The
hardclock()
function is called hz(9) times per
second. It implements the real-time system clock. The argument
frame is an opaque, machine-dependent structure that
encapsulates the previous machine state.
The
hardclock()
performs different tasks such as:
SIGVTALRM or SIGPROF,
respectively).adjtime(2), ntp_adjtime(2), signal(7), ntpd(8), callout(9), hz(9)
| March 25, 2010 | NetBSD 11.0 |