Posix_time2.Itimerval
Interval timer value using timeval.
type t = {
it_interval : Timeval.t;
Timer interval
it_value : Timeval.t;
Current value
}