Next: posix time itimerspec, Previous: posix time tm, Up: posix time [Index]
struct-itimerval
Structure representing interval timer values (ITimerVal).
Scheme level representation of struct itimerval
,
(libc)struct itimerval. It has the following
fields:
it_interval
An instance of struct-timeval
representing the period between
successive timer interrupts.
it_value
An instance of struct-timeval
representing the time interval
between now and the first timer interrupt.
Build and return a new instance of struct-itimerval
. When called
with no arguments: two new instances of struct-timeval
are
allocated and initialised to zero values, then used as field values.
Return true if obj is an instance of struct-itimerval
.
Accessors for the fields of struct-itimerval
.