itimerspec
(3type)interval for a timer with nanosecond precision
#include <time.h> struct itimerspec { struct timespec it_interval; /* Interval for periodic timer */ struct timespec it_value; /* Initial expiration */ };
interval for a timer with nanosecond precision