osx man page for tvtohz

Query: tvtohz

OS: osx

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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

NAME
tvtohz -- convert time interval to tick count SYNOPSIS
#include <sys/time.h> int tvtohz(struct timeval *tv); DESCRIPTION
The tvtohz() function accepts a single argument tv which specifies the time interval over which to calculate the number of system ticks that would elapse. RETURN VALUES
Returns the integral number of system ticks expected to elapse in the given interval, including the current tick. SEE ALSO
microtime(9), microuptime(9), timeout(9) HISTORY
The tvtohz function first appeared in FreeBSD 3.0 AUTHORS
This manual page was written by Kelly Yancey <kbyanc@posi.net>. BSD
January 3, 2000 BSD
Related Man Pages
bintime(9) - debian
getbintime(9) - debian
getnanotime(9) - debian
microtime(9) - debian
bintime(9) - freebsd
Similar Topics in the Unix Linux Community
When is a _function_ not a _function_?
To print diamond asterisk pattern based on inputs
My first PERL incarnation... Audio Oscillograph
A dash to GOTO or a dash from GOTO, that is the question...