Home
last modified time | relevance | path

Searched defs:itimerval (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libc/include/llvm-libc-types/
H A Dstruct_itimerval.h14 struct itimerval { struct
15 struct timeval it_interval; /* Interval for periodic timer */
16 struct timeval it_value; /* Time until next expiration */
/freebsd/contrib/ntp/include/
H A Dntp_machine.h256 struct itimerval { struct
257 struct timeval it_interval; /* timer interval */
258 struct timeval it_value; /* current value */
/freebsd/tools/regression/p1003_1b/
H A Dfifo.c94 static struct itimerval itimerval; in fifo() local
/freebsd/sbin/fsck_ffs/
H A Dmain.c71 struct itimerval itimerval; in main() local
/freebsd/sys/sys/
H A Dtime.h508 struct itimerval { struct
509 struct timeval it_interval; /* timer interval */
510 struct timeval it_value; /* current value */