Module Posix_time2.Itimerspec

type t = {
it_interval : Timespec.t;
it_value : Timespec.t;
}