TVTOHZ(9) | Kernel Developer's Manual | TVTOHZ(9) |
tvtohz
—
#include <sys/time.h>
int
tvtohz
(struct
timeval *tv);
tvtohz
() function accepts a single argument
tv which specifies the time interval over which to
calculate the number of system ticks that would elapse.
tvtohz
function first appeared in
FreeBSD 3.0 and was ported to NetBSD
4.0 as a part of
timecounter(9) framework.
October 20, 2011 | NetBSD 9.2 |