|
NAMEtvtohz —
convert time interval to tick count
SYNOPSIS#include <sys/time.h>
int
DESCRIPTIONThetvtohz () function accepts a single argument
tv which specifies the time interval over which to
calculate the number of system ticks that would elapse.
RETURN VALUESReturns the integral number of system ticks expected to elapse in the given interval, including the current tick.SEE ALSOmicrotime(9), microuptime(9), timeout(9)HISTORYThetvtohz function first appeared in
FreeBSD 3.0
AUTHORSThis manual page was written by Kelly Yancey <kbyanc@posi.net>.
Visit the GSP FreeBSD Man Page Interface. |