x SuSE Linux 13.1-RELEASE x
x SuSE Linux 13.1-RELEASEx
itimerspec(3type) itimerspec(3type)
NAME
timespec - interval for a timer with nanosecond precision
LIBRARY
Standard C library (libc)
SYNOPSIS
#include <time.h>
struct itimerspec {
struct timespec it_interval; /* Interval for periodic timer */
struct timespec it_value; /* Initial expiration */
};
DESCRIPTION
Describes the initial expiration of a timer, and its interval, in sec-
onds and nanoseconds.
STANDARDS
Linux.
NOTES
The following header also provides this type: <sys/timerfd.h>.
SEE ALSO
timerfd_create(2), timer_settime(2), timespec(3type)
Linux man-pages 6.04 2023-03-30 itimerspec(3type)
Want to link to this manual page? Use this URL:
<https://star2.abcm.com/cgi-bin/bsdi-man?query=itimerspec&sektion=3type&manpath=>