tvtohz.9freebsd

Langue: en

Version: 307009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)


BSD mandoc

NAME

tvtohz - convert time interval to tick count

SYNOPSIS

In sys/time.h Ft int Fn tvtohz struct timeval *tv

DESCRIPTION

The Fn tvtohz function accepts a single argument Fa 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 function first appeared in Fx 3.0

AUTHORS

This manual page was written by An Kelly Yancey Aq kbyanc@posi.net .