Query: itimerfix
OS: netbsd
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ITIMERFIX(9) BSD Kernel Developer's Manual ITIMERFIX(9)NAMEitimerfix -- check that a timeval value is valid, and correctSYNOPSIS#include <sys/time.h> int itimerfix(struct timeval *tv);DESCRIPTIONThe itimerfix function checks that the value in tv is valid (0 <= tv->tv_sec && 0 <= tv->tv_usec < 1000000), and that the total time repre- sented is at least one tick, or zero. If the total represented time is nonzero and smaller than tick, it is adjusted to exactly one tick.RETURN VALUESitimerfix returns 0 on success or EINVAL if tv is invalid.SEE ALSOnanosleep(2), poll(2), select(2), setitimer(2)BSDNovember 23, 2001 BSD
Related Man Pages |
---|
timersub(3) - centos |
timercmp(3) - freebsd |
timeradd(3) - freebsd |
itimerspec(3) - netbsd |
timerisset(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Vm versus physical linux server |
RFC - Korn shell prompt |
Make bold chars in UNIX |
BSD Unix Toolbox: 1000+ Commands for FreeBSD, OpenBSD, and NetBSD |