tvtohz(9) 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.

HISTORY

The function first appeared in Fx 3.0

AUTHORS

This manual page was written by An Kelly Yancey Aq [email protected] .