cpu_initclocks(9) netbsd man page | unix.com

Man Page: cpu_initclocks

Operating Environment: netbsd

Section: 9

CPU_INITCLOCKS(9)					   BSD Kernel Developer's Manual					 CPU_INITCLOCKS(9)

NAME
cpu_initclocks -- machine-dependent clock setup interface
SYNOPSIS
#include <sys/systm.h> void cpu_initclocks(void);
DESCRIPTION
cpu_initclocks() is invoked by initclocks() during system bootstrap, immediately after autoconfiguration, to perform the machine-dependent initialization of clock frequencies and start the real-time and statistic clocks running.
CODE REFERENCES
Machine-independent clock interface operations are performed within the file sys/kern/kern_clock.c.
SEE ALSO
autoconf(9)
BSD
May 24, 2002 BSD
Related Man Pages
hardclock(9) - netbsd
getbintime(9) - netbsd
nanotime(9) - netbsd
tick(9) - netbsd
inittodr(9) - freebsd
Similar Topics in the Unix Linux Community
Unix File Permissions
Better to Use Return Code or wc -l Output?
RFC - Korn shell prompt
BSD Unix Toolbox: 1000+ Commands for FreeBSD, OpenBSD, and NetBSD